# HG changeset patch # User Brian Neal # Date 1450322493 21600 # Node ID d9610b1e2a3d5efb389b9da1bae321f3e937fc19 # Parent 5ba2508939f7ea2f662b7a58adb1ba53734fd154# Parent b08f6a97228f71bb10b7032b9502285716706461 Merge. diff -r 5ba2508939f7 -r d9610b1e2a3d sg101/templates/forums/new_topic.html --- 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' %} + + {% endblock %} {% block content %} {% forum_navigation forum "New Topic" %}