{# templates/organization/organization_edit.html #} {% extends "template_base.html" %} {% block title %}{% if organization %}{{ organization.organization_name }}{% endif %}: Account Settings{% endblock %} {% block content %} {% load template_filters %} {% if not organization or not organization.we_vote_id %} This page requires a valid organization. {% else %}

{{ organization.organization_name }}: Account Settings

{% if error_message %}

{{ error_message }}

{% endif %}
{% csrf_token %}
.WeVote.US {% if on_development_server %}   (NOTE: ON DEVELOPMENT SERVER - WILL NOT UPDATE FASTLY) {% endif %}
{% endif %}

{% endblock %}