sort.html.twig 300 B

123456789
  1. {% extends 'base.html.twig' %}
  2. {% block body %}
  3. <div class="frame-section frame-section-padding">
  4. <h3>{% trans %}Put the languages in the order you'd like to see them in your language selection dropdown, when posting{% endtrans %}</h3>
  5. {{ form(form) }}
  6. </div>
  7. {% endblock %}