[TWIG][Templates] Sort languages settings template polish

This commit is contained in:
2021-12-07 18:46:58 +00:00
parent c21d4d1811
commit 26a324ee4b

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 %}