{% extends "site/simple_content.html" %} {% block content %}
{% if updated_obj%}

Successfully updated

{% else %}
{% if invalid_permissions %} You do not have permissions to make changes to

{% else %} {{error_message}} {% endif %}
{% endif %}
{% endblock %}