summaryrefslogtreecommitdiffstats
path: root/templates/base_message.html
diff options
context:
space:
mode:
authorAamir Khan <syst3m.w0rm@gmail.com>2012-06-18 22:43:41 -0400
committerAamir Khan <syst3m.w0rm@gmail.com>2012-06-18 22:43:41 -0400
commitbf23059410ec7431ba83576a8cef6c3f8095b3e0 (patch)
treeba8a4063c5e9aafbc331c7493808b276911b654c /templates/base_message.html
parent80d628f1a9100c3d31d3c803690447698a4dbf1f (diff)
Rating of messages
Diffstat (limited to 'templates/base_message.html')
-rw-r--r--templates/base_message.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/base_message.html b/templates/base_message.html
index adc4e1f..663450e 100644
--- a/templates/base_message.html
+++ b/templates/base_message.html
@@ -72,6 +72,9 @@
{% block content %}
{% endblock %}
</div>
+ <script src="{{ STATIC_URL }}/js/libs/jquery-1.7.1.min.js"></script>
+ {% block additionaljs %}
+ {% endblock %}
</body>
</html>