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 %}
|
2022-03-01 11:27:19 +00:00
|
|
|
<div class="frame-section frame-section-padding">
|
|
|
|
<h3>{% trans %}Put the languages in the order you'd like to see them in your language selection dropdown, when posting{% endtrans %}</h3>
|
|
|
|
{{ form(form) }}
|
|
|
|
</div>
|
2021-11-26 12:28:03 +00:00
|
|
|
{% endblock %}
|