{% extends "usta/base.html" %} {% load staticfiles htmleditor_tags %} {% block extrahead %} {{ block.super }} {% node_items %} {% endblock %} {% block title %}{{ block.super }} | Edit {{ topic.name }}{% endblock %} {% block main %}

Edit {{ topic.name }}

{% csrf_token %} {% include 'common/field_as_row.html' with field=form.name %} {% include 'common/field_as_row.html' with field=form.content no_label=True %}
{{ form.media }}
{% endblock %}