Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
comet
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
16
Issues
16
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
IGGI students
comet
Commits
b0f55a15
Commit
b0f55a15
authored
Oct 24, 2019
by
Joseph Walton-Rivers
🐦
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include markdown formatting on homepage to
parent
f74173a6
Pipeline
#2444
passed with stage
in 4 minutes and 23 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
fg_competitions/templates/fg_competitions/index.html
fg_competitions/templates/fg_competitions/index.html
+2
-2
No files found.
fg_competitions/templates/fg_competitions/index.html
View file @
b0f55a15
{% extends "base.html" %}
{% load static bootstrap4 %}
{% load static bootstrap4
martortags
%}
{% load account socialaccount %}
{% block head_title %}Competitions{% endblock %}
...
...
@@ -27,7 +27,7 @@
<div
class=
"border rounded p-3 my-3"
>
<h3><a
href=
"{{track.get_absolute_url}}"
>
{{track}}
</a></h3>
<p
class=
"lead"
>
{{track.competition}}
</p>
<p>
{{track.description}}
</p>
<p>
{{track.description
|safe_markdown
}}
</p>
</div>
{% empty %}
No open tracks
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment