diff --git a/plinth/templates/base.html b/plinth/templates/base.html index 427c5418f..e83228719 100644 --- a/plinth/templates/base.html +++ b/plinth/templates/base.html @@ -161,7 +161,7 @@ - + {% block js_block %} {{ js|safe }} diff --git a/plinth/templates/login.html b/plinth/templates/login.html index 91ac6ed4c..7ae2a39be 100644 --- a/plinth/templates/login.html +++ b/plinth/templates/login.html @@ -23,9 +23,13 @@ {% block main_block %}
- {% csrf_token %} - {{ form|bootstrap }} +
+ {% csrf_token %} +
+ {{ form|bootstrap }} +
+