[UI][ENTITY][Language] Extend base template for user panel language sorting

This commit is contained in:
Hugo Sales 2021-11-26 12:28:03 +00:00
parent 6919f38592
commit d7a71ebe33
Signed by: someonewithpc
GPG Key ID: 7D0C7EAFC9D835A0
1 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,6 @@
{% extends 'base.html.twig' %}
<p>{{ 'Put the languages in the order you\'d like to see them in your language selection dropdown, when posting' | trans}}</p>
{{ form(form) }}
{% 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 %}