From b66a61addb6c8e66cb26fcf74b532d68891267e4 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Wed, 23 May 2018 22:23:28 +0200 Subject: Refactored code, many fixes and improvements in chat backend+frontend --- .../templates/forms/settings-profile.html.twig | 27 +++++++++++++--------- 1 file changed, 16 insertions(+), 11 deletions(-) (limited to 'main/app/sprinkles/account/templates/forms/settings-profile.html.twig') diff --git a/main/app/sprinkles/account/templates/forms/settings-profile.html.twig b/main/app/sprinkles/account/templates/forms/settings-profile.html.twig index 0b0a788..09f4e40 100644 --- a/main/app/sprinkles/account/templates/forms/settings-profile.html.twig +++ b/main/app/sprinkles/account/templates/forms/settings-profile.html.twig @@ -1,40 +1,45 @@ -
+
-

{{translate("PROFILE.SETTINGS")}}

+

{{ translate("PROFILE.SETTINGS") }}

{% include "forms/csrf.html.twig" %} {% block settings_profile %} - +
- +
- +
- - {% for option, label in locales %} {% if label is not empty %} - + {% endif %} {% endfor %} -

{{translate("LOCALE.ACCOUNT")}}.

+

{{ translate("LOCALE.ACCOUNT") }}.

{% endblock %}
-- cgit v1.2.3