NDOJ/templates/organization/add-member.html

10 lines
185 B
HTML
Raw Normal View History

2023-01-27 23:11:10 +00:00
{% extends "organization/home-base.html" %}
{% block org_js %}
{{ form.media.js }}
{% endblock %}
{% block middle_content %}
{% include "organization/form.html" %}
{% endblock %}