NDOJ/templates/organization/submissions.html

4 lines
129 B
HTML
Raw Normal View History

2023-01-27 17:11:10 -06:00
{% extends "submission/list.html" %}
{% block left_sidebar %}
{% include "organization/org-left-sidebar.html" %}
2022-06-08 05:11:30 +07:00
{% endblock %}