forked from GNUsocial/gnu-social
9 lines
274 B
Twig
9 lines
274 B
Twig
{% extends 'base.html.twig' %}
|
|
|
|
{% block body %}
|
|
<div class="section-widget section-padding">
|
|
<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 %}
|