Add contest title
This commit is contained in:
parent
6b476ce2f7
commit
4c95aba764
1 changed files with 5 additions and 1 deletions
|
@ -1,6 +1,10 @@
|
||||||
{% extends "two-column-content.html" %}
|
{% extends "two-column-content.html" %}
|
||||||
{% set page_type = 'detail' %}
|
{% set page_type = 'detail' %}
|
||||||
|
|
||||||
|
{% block middle_title %}
|
||||||
|
<h2>{{contest.name}}</h2>
|
||||||
|
{% endblock %}
|
||||||
|
|
||||||
{% block left_sidebar %}
|
{% block left_sidebar %}
|
||||||
{% set title = contest.name %}
|
{% set title = contest.name %}
|
||||||
{% include "contest/contest-tabs.html" %}
|
{% include "contest/contest-tabs.html" %}
|
||||||
|
|
Loading…
Reference in a new issue