# HG changeset patch # User Brian Neal # Date 1503871508 18000 # Node ID 41f530c805174efbec959375a9b8de758b3159b7 # Parent 130ac1e98cf48675e051e24a44ae2947f32a5912 V3 forums: forgot to commit new post form template. diff -r 130ac1e98cf4 -r 41f530c80517 sg101/templates/forums/new_post_form.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sg101/templates/forums/new_post_form.html Sun Aug 27 17:05:08 2017 -0500 @@ -0,0 +1,17 @@ +{% load core_tags %} +
{% csrf_token %} +
+ Reply to Topic + {{ form.non_field_errors }} + {% post_box form.body %} + {{ form.topic_id }} + +
+ Video Attachments +

Need help?

+
+
+
+
+{% include 'core/v3/post_box_modals.html' %}