]> gitweb.fperrin.net Git - djsite.git/blobdiff - quotes/templates/quotes/base.html
HTML DOCTYPE
[djsite.git] / quotes / templates / quotes / base.html
index df22ab28c7ab22f5f74ffed1a4eab1f0f8406613..e994b30f4e23fe682113aba0f225fc6fbe0618e2 100644 (file)
@@ -1,7 +1,9 @@
+<!DOCTYPE HTML>
 <html>
   <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>