From 2ea2ed94dd03cb52ebfb91f1700bc8e27992a9ec Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Thu, 5 Oct 2017 13:39:32 +0200 Subject: [PATCH] close parenthesis --- nonstop/templates/nonstop/search.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nonstop/templates/nonstop/search.html b/nonstop/templates/nonstop/search.html index 1270091..02ec94c 100644 --- a/nonstop/templates/nonstop/search.html +++ b/nonstop/templates/nonstop/search.html @@ -18,7 +18,7 @@ {{track.title}} {{track.artist.name}} {% for zone in track.nonstop_zones.all %}{{ zone.title }}{% if not forloop.last %}, {% endif %}{% endfor %} - {% if track.added_to_nonstop_timestamp %}(since {{track.added_to_nonstop_timestamp|date:"SHORT_DATE_FORMAT" }}{% endif %} + {% if track.added_to_nonstop_timestamp %}(since {{track.added_to_nonstop_timestamp|date:"SHORT_DATE_FORMAT" }}){% endif %} {% endfor %} -- 2.39.2