[UI][ENTITY][Language] Extend base template for user panel language sorting
This commit is contained in:
parent
6919f38592
commit
d7a71ebe33
@ -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 %}
|
||||
|
Loading…
Reference in New Issue
Block a user