{% extends "admin/base.html" %} {% block content %}
{% csrf_token %} {% if form.non_field_errors %} {% endif %}

{{ form.urls.label_tag }}

{{ form.urls }}

{{ form.urls.errors }}

{{ form.comment.label_tag }}

{{ form.comment }}

{{ form.comment.errors }}

{% if form.comment.help_text %}

{{ form.comment.help_text }}

{% endif %}

{{ form.starting_with }}

{% endblock %}