From b15fd1032a63e746f8ecb818d9ba15ff2b2a8aca Mon Sep 17 00:00:00 2001 From: Drikus Roor Date: Fri, 15 Nov 2024 16:39:20 +0100 Subject: [PATCH] fix: refrain from calling methods in a Django template, consistently set placeholder to "*" (#1365) --- backend/experiment/templates/edit-sections.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/experiment/templates/edit-sections.html b/backend/experiment/templates/edit-sections.html index 99bf48aba..c22edf068 100644 --- a/backend/experiment/templates/edit-sections.html +++ b/backend/experiment/templates/edit-sections.html @@ -57,11 +57,11 @@

Edit sections for playlist: {{playlist.name}}

+ value="{{ section.artist_name}}" placeholder="*"> + value="{{ section.song_name}}" placeholder="*">