]> gitweb.fperrin.net Git - djsite.git/blobdiff - quotes/templates/quotes/display.html
...and comment out the jquery_ui bit
[djsite.git] / quotes / templates / quotes / display.html
index 1b774a1463dfd71135f5ed6039fb7acc71742212..878c4dc13392141f0037622089a216cf974b592f 100644 (file)
@@ -10,7 +10,7 @@
        — <span class="name">
          <a href="{{ quote.work.author.get_absolute_url }}"
             class="author_name">{{ quote.work.author.name }}</a>,
-         <a href="{% quote.work.get_absolute_url }}"
+         <a href="{{ quote.work.get_absolute_url }}"
             class="work_name">{{ quote.work.name }}</a>
        </span>
       </p>
@@ -25,7 +25,7 @@
       {% if not skip_author_notes %}
         {% include "quotes/author_notes.html" with author=quote.work.author %}
       {% endif %}
-      {% if quote.tags.all %}
+      {% if quote.tags.all.count %}
       <p class="tags">
        Tags:
        {% for tag in quote.tags.all %}