From ad26cefce9883cfa1a4ed289104cbb2325a4e9a5 Mon Sep 17 00:00:00 2001 From: Blondel MONDESIR <16546989+deldesir@users.noreply.github.com> Date: Thu, 29 Jun 2023 16:21:03 -0400 Subject: [PATCH] style: fix bad indentation --- cps/templates/detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cps/templates/detail.html b/cps/templates/detail.html index 979d532a..4aacb9f4 100755 --- a/cps/templates/detail.html +++ b/cps/templates/detail.html @@ -120,7 +120,7 @@ {{ _('Listen in Browser') }} - {{ entry.audio_entries[0] }} {% endif %} - {% elif entry.video_entries|length > 0 and current_user.role_viewer() %} + {% elif entry.video_entries|length > 0 and current_user.role_viewer() %}