Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Roman Karwacik
website
Commits
2ed05051
Commit
2ed05051
authored
Oct 10, 2019
by
Roman Sebastian Karwacik
Browse files
Datum der Vorlesung auf der Playerseite anzeigen (#373)
parent
00aea483
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/lecture.html
View file @
2ed05051
...
...
@@ -20,7 +20,7 @@
{% block content %}
<div
class=
"panel panel-default"
>
<div
class=
"panel-heading"
>
<span
class=
"panel-title"
><strong><a
href=
"{{url_for('course', handle=course.handle)}}#lecture-{{lecture.id}}"
>
{{ course.title }}
</a></strong>
: {{ lecture.title}}
</span>
<span
class=
"panel-title"
><strong><a
href=
"{{url_for('course', handle=course.handle)}}#lecture-{{lecture.id}}"
>
{{ course.title }}
</a></strong>
: {{ lecture.title}}
({{ lecture.time.date().strftime("%a")}}, {{ lecture.time.date()|date}})
</span>
</div>
<div
class=
"panel-body"
>
<div
class=
"row"
style=
"padding: 0px;"
>
...
...
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