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

Edit Post

{% csrf_token %} {{ form }}
{% endblock %} {% block js %} {% include "require.html" with bootstrap="editor-bootstrap" %} {% endblock %}