[TWIG][Templates] Sort languages settings template polish

This commit is contained in:
Eliseu Amaro 2021-12-07 18:46:58 +00:00
parent c21d4d1811
commit 26a324ee4b
Signed by: eliseuamaro
GPG Key ID: 96DA09D4B97BC2D5
1 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,8 @@
{% extends 'base.html.twig' %}
{% block body %}
<p>{{ 'Put the languages in the order you\'d like to see them in your language selection dropdown, when posting' | trans}}</p>
{{ form(form) }}
<div class="section-widget section-widget-padded">
<h3>{{ 'Put the languages in the order you\'d like to see them in your language selection dropdown, when posting' | trans}}</h3>
{{ form(form) }}
</div>
{% endblock %}