From 5555709dc52190a838ce513c2c6435b3335389ea Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20Perrin?= Date: Mon, 10 Oct 2016 00:22:13 +0100 Subject: [PATCH] Reduce the amount of whitespace --- quotes/templates/quotes/display.html | 4 ---- 1 file changed, 4 deletions(-) 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: -- 2.43.0