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