]> gitweb.fperrin.net Git - djsite.git/blobdiff - quotes/templates/quotes/base.html
Add proper titles
[djsite.git] / quotes / templates / quotes / base.html
index fe72a4385b252e9de0698f123c6c0ac204ac71ca..df22ab28c7ab22f5f74ffed1a4eab1f0f8406613 100644 (file)
@@ -2,6 +2,7 @@
   <head>
     {% load staticfiles %}
     <link rel="stylesheet" type="text/css" href="{% static 'quotes/style.css' %}" />
+    <title>{% block title %}{% endblock %}</title>
   </head>
   <body>
     {% block body %}