NDOJ/templates/organization/contests.html

4 lines
131 B
HTML
Raw Normal View History

2022-05-28 04:28:22 +00:00
{% extends "contest/list.html" %}
{% block left_sidebar %}
{% include "organization/org-left-sidebar.html" %}
{% endblock %}