{% extends "base.html" %} {% block title %}HTTP Profile Administration{% endblock %} {% block content %}

HTTP Profile Add

{% csrf_token %} {% for field in form %} {% endfor %}
{{ field.label_tag }} {{ field }}

{{ form.errors }}

{% endblock %}