changeset 1030:d9610b1e2a3d

Merge.
author Brian Neal <bgneal@gmail.com>
date Wed, 16 Dec 2015 21:21:33 -0600
parents 5ba2508939f7 (current diff) b08f6a97228f (diff)
children e1c03da72818
files
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/sg101/templates/forums/new_topic.html	Tue Dec 15 21:01:07 2015 -0600
+++ b/sg101/templates/forums/new_topic.html	Wed Dec 16 21:21:33 2015 -0600
@@ -1,9 +1,12 @@
 {% extends 'base.html' %}
 {% load forum_tags %}
 {% load script_tags %}
+{% load static from staticfiles %}
 {% block title %}Forums: New Topic{% endblock %}
 {% block custom_js %}
    {% script_tags 'jquery-ui markitup' %}
+   <script src="{% static "js/jquery.form.min.js" %}"></script>
+   <script src="{% static "js/forums.js" %}"></script>
 {% endblock %}
 {% block content %}
 {% forum_navigation forum "New Topic" %}