{% extends "base.html" %} {% block js %} {% endblock %} {% block title %}Change other{% endblock %} {% block content %}

Change other

{% if form %}

{{ form.non_field_errors }}

{% csrf_token %} {% for field in form %} {% endfor %}
{{ field.errors }}
{{ field.label_tag }}:{{ field }}
{% else %}

Something went wrong. Please contact an administrator.

Return code: {{ return_value }}

{% endif %}

Back
Log out

{% endblock %}