diff --git a/kursy/templates/base.html b/kursy/templates/base.html index 4f36411..1cf510f 100644 --- a/kursy/templates/base.html +++ b/kursy/templates/base.html @@ -45,8 +45,10 @@ {% include "header.html" %} {% block body %} - {% block content %} - {% endblock content %} +
+ {% block content %} + {% endblock content %} +
{% endblock body %} {# Global javascript #}