gnu-social/templates/settings/sort_languages.html.twig

7 lines
212 B
Twig
Raw Normal View History

{% 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) }}
{% endblock %}