From c134e1ae0f4ea8c3cf067f50b0e46b7aa80675a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20P=C3=A9pin?= Date: Mon, 4 Feb 2019 21:37:45 +0100 Subject: [PATCH] remove unused template --- bda/templates/descriptions.html | 113 -------------------------------- 1 file changed, 113 deletions(-) delete mode 100644 bda/templates/descriptions.html diff --git a/bda/templates/descriptions.html b/bda/templates/descriptions.html deleted file mode 100644 index 26da76b6..00000000 --- a/bda/templates/descriptions.html +++ /dev/null @@ -1,113 +0,0 @@ -{% load staticfiles %} - - - - - - - - - - - {% for show in shows %} - - - - - - - - - - - - - - {% if show.vips %} - - - - {% endif %} - - - - {% if show.image %} - - - - {% endif %} - -

{{ show.title }}

{{ show.location }}

{{ show.category }}

{{ show.date|date:"l j F Y - H\hi" }}

{{ show.slots }} place{{ show.slots|pluralize}} {% if show.slots_description != "" %}({{ show.slots_description }}){% endif %} - {{ show.price }} euro{{ show.price|pluralize}}

{{ show.vips }}

-

{{ show.description }}

- {% for quote in show.quote_set.all %} -

«{{ quote.text }}»{% if quote.author %} - {{ quote.author }}{% endif %}

- {% endfor %} -

{{ show.title }}

- {% endfor %} - - -