diff --git a/templates/60fff3be08f81.html.twig b/templates/60fff3be08f81.html.twig new file mode 100644 index 0000000000..e69de29bb2 diff --git a/templates/foo.html.twig b/templates/foo.html.twig new file mode 100644 index 0000000000..e69de29bb2 diff --git a/templates/security/login.html.twig b/templates/security/login.html.twig index 6c095e34ef..4ade40e527 100644 --- a/templates/security/login.html.twig +++ b/templates/security/login.html.twig @@ -11,10 +11,10 @@
- Login + {{ "Login" | trans }} {% if error %} -
{{ error.messageKey|trans(error.messageData, 'security') }}
+
{{ error.messageKey | trans(error.messageData, 'security') }}
{% endif %}

@@ -23,19 +23,20 @@ You are logged in as {{ app.user.username }}.
- {% else %} - + {% else %} + {# TODO: Login can be done with email, so the id's and stuff should reflect that, along with using the translation facilities #} +
- {% endif %}

- +

@@ -43,7 +44,7 @@

- +