diff --git a/plinth/templates/language-selection.html b/plinth/templates/language-selection.html index fcc76c62c..8c95bd6e5 100644 --- a/plinth/templates/language-selection.html +++ b/plinth/templates/language-selection.html @@ -22,15 +22,13 @@ {% load bootstrap %} -{% block content_row %} -
-
- {% csrf_token %} +{% block content %} + + {% csrf_token %} - {{ form|bootstrap }} + {{ form|bootstrap }} - -
-
+ + {% endblock %}