]> gitweb.fperrin.net Git - djsite.git/blobdiff - quotes/templates/quotes/base.html
Use jQuery for some effects
[djsite.git] / quotes / templates / quotes / base.html
index df22ab28c7ab22f5f74ffed1a4eab1f0f8406613..4693c42d9f22cf05f32af0af99cc847c807e58e2 100644 (file)
@@ -1,7 +1,10 @@
+<!DOCTYPE html>
 <html>
   <head>
     {% load staticfiles %}
     <link rel="stylesheet" type="text/css" href="{% static 'quotes/style.css' %}" />
+    <script src="{% static 'js/jquery.js' %}"></script>
+    <script src="{% static 'quotes/quotes.js' %}"></script>
     <title>{% block title %}{% endblock %}</title>
   </head>
   <body>