{% extends "base.html" %} {% load url from future %} {% load gravatar %} {% load hk_generic %} {% load storm %} {% load crispy_forms_tags %} {% block title %} Create a new thread - {{ mlist.display_name|default:mlist.name|escapeemail }} - {{ app_name|title }} {% endblock %} {% block content %}
{% include 'threads/month_list.html' %}

Create a new thread

{% if failure %}
{{ failure }}
{% endif %}
{% csrf_token %} {{ post_form|crispy }}

or cancel

{% endblock %}