# HG changeset patch # User Brian Neal # Date 1450321621 21600 # Node ID b08f6a97228f71bb10b7032b9502285716706461 # Parent cd4db27c90e3779cabbeefe4197c5936f83221e3 Add missing javascript to forums new topic page. diff -r cd4db27c90e3 -r b08f6a97228f sg101/templates/forums/new_topic.html --- a/sg101/templates/forums/new_topic.html Mon Dec 14 20:42:20 2015 -0600 +++ b/sg101/templates/forums/new_topic.html Wed Dec 16 21:07:01 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" %}