{% extends "base_m.html" %} {% block js %} {% endblock %} {% block title %}Change other{% endblock %} {% block header %}

Change other

{% endblock %} {% block content %}

Change other

{% if return_value == None %}
{% csrf_token %}
Some input:
{% else %} {% if return_value == 0 %}

Updated successfully.

{% else %}

Something went wrong. Please contact an administrator.

Return code: {{ return_value }}

{% endif %} {% endif %} {% endblock %} {% block footer %} Back Log out {% endblock %}