From ab41210f7ec6f6320c164ad5f52ccb1d5e21431b Mon Sep 17 00:00:00 2001 From: evgfilim1 Date: Sat, 18 Aug 2018 23:13:56 +0500 Subject: [PATCH] Warn about disabled JavaScript --- templates/base.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/templates/base.html b/templates/base.html index 16223cc..f451983 100644 --- a/templates/base.html +++ b/templates/base.html @@ -56,6 +56,15 @@ {% endfor %} {% endif %}{% endwith %} + {% block content %}{% endblock %}