From 6ba276afd002ad21aa298efb864deb11cf79b0e0 Mon Sep 17 00:00:00 2001 From: Sanjay B Date: Thu, 28 Oct 2021 23:24:01 +0530 Subject: [PATCH] comment out sort select and script tag --- app/templates/films.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/templates/films.html b/app/templates/films.html index c059a1c..9d5524c 100755 --- a/app/templates/films.html +++ b/app/templates/films.html @@ -3,6 +3,7 @@ {% block main %}
+
{% for film in films %}
+ {% endblock %} \ No newline at end of file