diff --git a/contest/quiz/templates/base.html b/contest/quiz/templates/base.html index bfed189..712b8b5 100644 --- a/contest/quiz/templates/base.html +++ b/contest/quiz/templates/base.html @@ -148,8 +148,13 @@

{% current_page_titl {% endblock heading %} {% block main %} -
-
+
+
{% block content %} {% endblock content %}
diff --git a/contest/quiz/templates/contest_review.html b/contest/quiz/templates/contest_review.html index 27412cd..006027e 100644 --- a/contest/quiz/templates/contest_review.html +++ b/contest/quiz/templates/contest_review.html @@ -1,7 +1,10 @@ {% extends "base.html" %} {% load my_humanize humanize %} -{% block main_bg_style %}bg-img-contest{% endblock main_bg_style %} -{% block main_container_bg_style %}{% endblock main_container_bg_style %} +{% block main_bg_style %} + bg-img-contest +{% endblock main_bg_style %} +{% block main_container_bg_style %} +{% endblock main_container_bg_style %} {% block content %}