2021-11-26 12:28:03 +00:00
|
|
|
{% extends 'base.html.twig' %}
|
2021-11-15 17:00:58 +00:00
|
|
|
|
2021-11-26 12:28:03 +00:00
|
|
|
{% block body %}
|
2021-12-25 17:59:49 +00:00
|
|
|
<div class="section-widget section-padding">
|
2021-12-07 18:46:58 +00:00
|
|
|
<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>
|
2021-11-26 12:28:03 +00:00
|
|
|
{% endblock %}
|