Skip to content
Snippets Groups Projects
Commit a9d53b87 authored by Andreas Valder's avatar Andreas Valder
Browse files

added a label to the lecture place

parent a2c7d46c
No related branches found
No related tags found
No related merge requests found
......@@ -141,7 +141,7 @@ $('#embedcodebtn').popover(
{% if ismod() %}
<li>{{ valueeditor(['lectures',lecture.id,'internal'], lecture.internal) }}</li>
<li>Sichtbar: {{ valuecheckbox(['lectures',lecture.id,'visible'], lecture.visible) }}</li>
<li>{{ valueeditor(['lectures',lecture.id,'place'], lecture.place) }} </li>
<li>Hörsaal: {{ valueeditor(['lectures',lecture.id,'place'], lecture.place) }} </li>
{% endif %}
</ul>
</span>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment