{% extends "forum/_section.html" %} {% block title %}forum - new thread{% endblock %} {% block breadcrumb %}» New thread{% endblock %} {% block forum_search %}{% endblock %} {% block section_content %}
{% csrf_token %} {% include 'forum/html_explanation.html' %} {{form.as_p}}
{% endblock %}