NDOJ/templates/organization/submissions.html

4 lines
129 B
HTML
Raw Normal View History

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