Skip to content

Commit 34a1077

Browse files
author
SM_SAYEED
committed
"Fix typo in clips.html (url_for)"
1 parent 40fa83c commit 34a1077

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/clips.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ <h1>Music & Guitar Clips</h1>
3636

3737
{% if admin %}
3838
<p style="margin-top: 1em;">
39-
<a href="{{ url for ('add_drive_clip')}}" style="color: #6af; font-weight:bold;">
39+
<a href="{{ url_for ('add_drive_clip')}}" style="color: #6af; font-weight:bold;">
4040
➕ Add Drive Clip via Form
4141
</a> |
4242
</p>
4343
{% endif %}
44-
44+
4545
{% if clips %}
4646
{% for preview, download, title, description in clips %}
4747
<div class="section">

0 commit comments

Comments
 (0)