{% extends 'punkweb_bb/base.html' %} {% load static %} {% block title_prefix %}Create Category | {% endblock %} {% block extra_head %} {{form.media.css}} {% endblock %} {% block content %}
Create Category
{% csrf_token %} {% for field in form %}
{{ field }}
{% endfor %} {% if form.non_field_errors %} {{ form.non_field_errors }} {% endif %}
Cancel
{% endblock %} {% block extra_script %} {{form.media.js}} {% endblock %}