]> gitweb.fperrin.net Git - djsite.git/blobdiff - quotes/templates/quotations/tag.html
Rename code from 'quotations' to 'quotes'
[djsite.git] / quotes / templates / quotations / tag.html
diff --git a/quotes/templates/quotations/tag.html b/quotes/templates/quotations/tag.html
deleted file mode 100644 (file)
index bf06aff..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-{% extends 'quotations/base.html' %}
-
-{% block body %}
-
-
-<h1>{{ tag.tag }}</h1>
-
-<p>All the quotes tagged with {{ tag.tag }}:<p>
-
-{% for quote in tag.quote_set.all %}
-  {% include "quotations/display.html" with quote=quote %}
-{% endfor %}
-
-
-{% endblock %}