Add contest title

This commit is contained in:
cuom1999 2022-11-27 18:13:40 -06:00
parent 6b476ce2f7
commit 4c95aba764

View file

@ -1,6 +1,10 @@
{% extends "two-column-content.html" %}
{% set page_type = 'detail' %}
{% block middle_title %}
<h2>{{contest.name}}</h2>
{% endblock %}
{% block left_sidebar %}
{% set title = contest.name %}
{% include "contest/contest-tabs.html" %}