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
56861916
Commit
56861916
authored
Oct 14, 2017
by
Julian Rother
Browse files
Set reload option on most featured panel parameters, closes #240
parent
7e19a60f
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/macros.html
View file @
56861916
...
...
@@ -404,7 +404,7 @@ $('#embedcodebtn').popover(
{% endfor %}
</ul>
</div></li>
<li>
{{ moderator_editor(('featured',item.id,'param2'), item.param2) }}
</li>
<li>
{{ moderator_editor(('featured',item.id,'param2'), item.param2
, reload=True
) }}
</li>
</ul>
{% endif %}
Die vollständige Liste findest du
<a
href=
"{{ url_for('courses') }}"
>
hier
</a>
.
...
...
@@ -416,7 +416,7 @@ $('#embedcodebtn').popover(
{{ player(item.lecture, item.videos, autoplay=False)}}
{% endif %}
{% if ismod() %}
<div>
ID des Videos: {{ moderator_editor(('featured',item.id,'param'), item.param) }}
</div>
<div>
ID des Videos: {{ moderator_editor(('featured',item.id,'param'), item.param
, reload=True
) }}
</div>
{% endif %}
<div>
{{ moderator_editor(('featured',item.id,'param2'), item.param2) }}
</div>
</div>
...
...
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