We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40fa83c commit 34a1077Copy full SHA for 34a1077
templates/clips.html
@@ -36,12 +36,12 @@ <h1>Music & Guitar Clips</h1>
36
37
{% if admin %}
38
<p style="margin-top: 1em;">
39
- <a href="{{ url for ('add_drive_clip')}}" style="color: #6af; font-weight:bold;">
+ <a href="{{ url_for ('add_drive_clip')}}" style="color: #6af; font-weight:bold;">
40
➕ Add Drive Clip via Form
41
</a> |
42
</p>
43
{% endif %}
44
-
+
45
{% if clips %}
46
{% for preview, download, title, description in clips %}
47
<div class="section">
0 commit comments