From: Frédéric Perrin Date: Sun, 9 Oct 2016 23:22:13 +0000 (+0100) Subject: Reduce the amount of whitespace X-Git-Url: http://gitweb.fperrin.net/?p=djsite.git;a=commitdiff_plain;h=5555709dc52190a838ce513c2c6435b3335389ea Reduce the amount of whitespace --- diff --git a/quotes/templates/quotes/display.html b/quotes/templates/quotes/display.html index fcf5906..f274462 100644 --- a/quotes/templates/quotes/display.html +++ b/quotes/templates/quotes/display.html @@ -20,19 +20,15 @@ class="work_name">{{ quote.work.name }}

-

{{ quote.notes|safe }}

- {% if not skip_work_notes %} {% include "quotes/work_notes.html" with work=quote.work %} {% endif %} {% if not skip_author_notes %} {% include "quotes/author_notes.html" with author=quote.work.author %} {% endif %} - - {% if quote.tags.all %}

Tags: