NDOJ/templates/organization/contests.html

4 lines
126 B
HTML
Raw Normal View History

2023-01-27 17:11:10 -06:00
{% extends "contest/list.html" %}
{% block left_sidebar %}
{% include "organization/org-left-sidebar.html" %}
2022-05-27 23:28:22 -05:00
{% endblock %}