{% extends "core_main_app/_render/admin/theme/tools/section.html" %} {% load staticfiles %} {% block section_title %} Edit or Delete the Query{% endblock %} {% block section_content %}
{% include "core_custom_queries_app/admin/custom_queries/edit_query.html" %}
{% endblock %}