Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jannik Hellenkamp
website
Commits
d682e596
Commit
d682e596
authored
Aug 28, 2016
by
Andreas Valder
Browse files
added course meta data
parent
2767b5a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/course.html
View file @
d682e596
...
...
@@ -6,6 +6,11 @@
<div
class=
"panel-heading"
>
<h1
class=
"panel-title"
>
{{course.title}}
</h1>
</div>
<div
class=
"row panel-body"
>
<span
class=
"col-xs-2"
>
Semester:
</span><span
class=
"col-xs-10"
>
{{course.semester}}
</span>
<span
class=
"col-xs-2"
>
Veranstalter:
</span><span
class=
"col-xs-10"
>
{{course.organizer}}
</span>
<span
class=
"col-xs-2"
>
Bemerkungen::
</span><span
class=
"col-xs-10"
>
{{course.description|safe}}
</span>
</div>
</div>
<div
class=
"panel panel-default"
>
<div
class=
"panel-heading"
>
...
...
Write
Preview
Supports
Markdown
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