{% extends "websettings/base.html" %} {% block content %}
{% if form.non_field_errors %}

{{ form.non_field_errors }}

{% endif %}
{% csrf_token %}
{% for field in form %}
{{ field }} {% if field.errors %}{{ field.errors }}{% endif %}
{% endfor %} Cancel
{% endblock content %}