]> gitweb.fperrin.net Git - djsite.git/blobdiff - quotes/templates/quotes/base.html
Hide by default details about the quotes
[djsite.git] / quotes / templates / quotes / base.html
index fe72a4385b252e9de0698f123c6c0ac204ac71ca..69b3d217d72e3ebe1d7df12b6b73f048448044ec 100644 (file)
@@ -2,6 +2,8 @@
   <head>
     {% load staticfiles %}
     <link rel="stylesheet" type="text/css" href="{% static 'quotes/style.css' %}" />
+    <script src="{% static 'quotes/quotes.js' %}"></script>
+    <title>{% block title %}{% endblock %}</title>
   </head>
   <body>
     {% block body %}