diff --git a/plinth/templates/language-selection.html b/plinth/templates/language-selection.html index d47a77aee..fcc76c62c 100644 --- a/plinth/templates/language-selection.html +++ b/plinth/templates/language-selection.html @@ -22,17 +22,15 @@ {% load bootstrap %} -{% block content%} - -

Choose your language

- +{% block content_row %} +
- {% csrf_token %} + {% csrf_token %} - {{ form|bootstrap }} + {{ form|bootstrap }} - +
- +
{% endblock %}