{% extends "base.html" %} {% block page_name %} Reply to {{ thread.title }} - {% endblock %} {% block breadcrumb %} > {{ thread.forum.name }} > {{ thread.title }} > New Post {% endblock %} {% block content %}

Reply to: {{ thread.title }}

{% csrf_token %} {{ form }} BBCode Reference
{% endblock %}