Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Video AG Infrastruktur
website
Commits
6f787558
Commit
6f787558
authored
Apr 29, 2017
by
Julian Rother
Browse files
Fixed links in upcoming section on index page
parent
940de000
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/index.html
View file @
6f787558
...
...
@@ -111,7 +111,7 @@
<ul
class=
"list-group"
style=
"margin: 0px;"
>
{% for i in g.list %}
<li
class=
"list-group-item list-group-item-condensed"
>
{{i.time|time}}
<a
href=
"{{url_for('course',
id
=i.course
_id
)}}"
>
{{i.course.title}}
</a>
:
<a
href=
"{{url_for('course',
id
=i.course
_id
)}}#lecture-{{i.id}}"
>
{{i.title}}
</a>
{{livelabel(i.live, False)}}
{{i.time|time}}
<a
href=
"{{url_for('course',
handle
=i.course
.handle
)}}"
>
{{i.course.title}}
</a>
:
<a
href=
"{{url_for('course',
handle
=i.course
.handle
)}}#lecture-{{i.id}}"
>
{{i.title}}
</a>
{{livelabel(i.live, False)}}
</li>
{% endfor %}
</ul>
...
...
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