{% extends "base_dashboard.html" %} {% load static %} {% block title %} Edit Organization {% endblock title %} {% block description %} Edit details for the organization {% endblock description %} {% block keywords %} edit, organization, organization, admin, subscription {% endblock keywords %} {% block og_title %} Edit Organization {% endblock og_title %} {% block og_description %} Edit your organization's details, including name, website, email, logo, and subscription {% endblock og_description %} {% block content %}
{% include "includes/admin_sidenav.html" %}
{% csrf_token %}
{% endblock content %}