From 39a0268aa235ddf94bdee074cf664221711a1bb7 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sun, 23 Aug 2020 13:27:40 +0200 Subject: Terminate li tags. --- templates/film/list.tera | 1 + templates/room/list.tera | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/film/list.tera b/templates/film/list.tera index e5676b8..d40b6bf 100644 --- a/templates/film/list.tera +++ b/templates/film/list.tera @@ -19,6 +19,7 @@ No films defined. {{ r.title }} {% if r.url -%}{% endif -%} ({{ r.id }}) + {% endfor -%} {% endif %} diff --git a/templates/room/list.tera b/templates/room/list.tera index 7654427..977edb1 100644 --- a/templates/room/list.tera +++ b/templates/room/list.tera @@ -14,7 +14,7 @@ No rooms defined. {% else %} {% endif %} -- cgit v1.2.3