]> gitweb.fperrin.net Git - djsite.git/blobdiff - quotes/templates/quotes/tag.html
Add proper titles
[djsite.git] / quotes / templates / quotes / tag.html
index 266cd168e45c35f75b69a1fca0523c93121b7d7d..3f3eb06a9b16cfbd2111d15c265569133f0f35e9 100644 (file)
@@ -1,11 +1,10 @@
 {% extends 'quotes/base.html' %}
 
-{% block body %}
-
+{% block title %}Quotes about "{{ tag.tag }}"{% endblock %}
 
-<h1>{{ tag.tag }}</h1>
+{% block body %}
 
-<p>All the quotes tagged with {{ tag.tag }}:<p>
+<p>All the quotes tagged with "{{ tag.tag }}":<p>
 
 {% for quote in tag.quote_set.all %}
   {% include "quotes/display.html" with quote=quote %}