NDOJ/templates/organization/add-member.html
Phuoc Dinh Le e66b57ad5f Revert "Change comment style (#67)"
This reverts commit 411f3da45e.
2023-05-20 08:53:27 +09:00

9 lines
185 B
HTML

{% extends "organization/home-base.html" %}
{% block org_js %}
{{ form.media.js }}
{% endblock %}
{% block middle_content %}
{% include "organization/form.html" %}
{% endblock %}