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
fd0b6bb1
Commit
fd0b6bb1
authored
Oct 04, 2016
by
Andreas Valder
Browse files
made IDs links
parent
559107a3
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/course.html
View file @
fd0b6bb1
...
...
@@ -9,7 +9,7 @@
{% block content %}
<div
class=
"panel panel-default"
>
<div
class=
"panel-heading"
>
<h1
class=
"panel-title"
>
{{ moderator_editor(['courses',course.id,'title'], course.title)}} {% if ismod() %}
<i>
({{course.id}})
</i>
{% endif %}
<h1
class=
"panel-title"
>
{{ moderator_editor(['courses',course.id,'title'], course.title)}} {% if ismod() %}
<i>
(
<a
href=
{{
url_for
('
course
',
id=
course.id)
}}
>
{{course.id}}
</a>
)
</i>
{% endif %}
<ul
class=
"pull-right list-inline"
>
<li>
{{ moderator_delete(['courses',course.id,'deleted']) }}
</li>
<li>
{{ moderator_acleditor('course',course.id,course.auth, global_acls) }}
</li>
...
...
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