]> gitweb.fperrin.net Git - djsite.git/blobdiff - quotes/templates/quotes/tag.html
Rename code from 'quotations' to 'quotes'
[djsite.git] / quotes / templates / quotes / tag.html
similarity index 62%
rename from quotes/templates/quotations/tag.html
rename to quotes/templates/quotes/tag.html
index bf06aff10549747d6ebca01876cf28a55ae8cbab..266cd168e45c35f75b69a1fca0523c93121b7d7d 100644 (file)
@@ -1,4 +1,4 @@
-{% extends 'quotations/base.html' %}
+{% extends 'quotes/base.html' %}
 
 {% block body %}
 
@@ -8,7 +8,7 @@
 <p>All the quotes tagged with {{ tag.tag }}:<p>
 
 {% for quote in tag.quote_set.all %}
-  {% include "quotations/display.html" with quote=quote %}
+  {% include "quotes/display.html" with quote=quote %}
 {% endfor %}