]> gitweb.fperrin.net Git - djsite.git/blobdiff - quotes/templates/quotes/display.html
Rename code from 'quotations' to 'quotes'
[djsite.git] / quotes / templates / quotes / display.html
similarity index 65%
rename from quotes/templates/quotations/display.html
rename to quotes/templates/quotes/display.html
index 62d36d9bcfd9e2e967d6ae9af3702e36a070f018..108dc92ba6a3662d01f02c57530d97be5898e971 100644 (file)
@@ -4,7 +4,7 @@
   </p>
 
   <p class="author">
-    — <span class="name"><a href="{% url 'author' quote.author.id %}">
+    — <span class="name"><a href="{% url 'quotes:author' quote.author.id %}">
        {{ quote.author.name }}
     </a></span>
   </p>
@@ -13,7 +13,7 @@
     <p class="tags">
       Tags: 
       {% for tag in quote.tags.all %}
-        <a href="{% url 'tags' tag.id %}">{{ tag.tag }}</a>
+        <a href="{% url 'quotes:tags' tag.id %}">{{ tag.tag }}</a>
       {% endfor %}
     </p>
   {% endif %}