X-Git-Url: http://gitweb.fperrin.net/?a=blobdiff_plain;f=quotes%2Ftemplates%2Fquotes%2Fdisplay.html;h=2e09b3540a957c03c4613b1ba4fcc72a72eef490;hb=6a49a8c1fc4489784da44482f0aad9ab491ef0a0;hp=7873c81aadf98e6ef18e95f8f9652ca6797d2522;hpb=a9afd9f8e0f00de00d27fc7569c0d0b8f22f4302;p=djsite.git diff --git a/quotes/templates/quotes/display.html b/quotes/templates/quotes/display.html index 7873c81..2e09b35 100644 --- a/quotes/templates/quotes/display.html +++ b/quotes/templates/quotes/display.html @@ -3,21 +3,36 @@ {{ quote.text }}

-

- — - {{ quote.author.name }} - -

+
+

+ + Show details

+
+

+ Hide details

+

+ — + + {{ quote.author.name }} + + +

- {% if quote.tags.all %} -

- Tags: - {% for tag in quote.tags.all %} - {{ tag.tag }} - {% endfor %} -

- {% endif %} + {% if quote.tags.all %} +

+ Tags: + {% for tag in quote.tags.all %} + + {{ tag.tag }} + + {% endfor %} +

+ {% endif %} +
+