From 0d42217e4e8210dd2cf86f35ba9662ca02c8a2dc Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Wed, 9 Mar 2016 08:59:08 +0100 Subject: Convert english translation file - convert english translation to translate key - remove baggy template for login (never used since user isn't logged in and it'll use the default theme: material) - fix tests about text in response (now checking translation key instead of translated text) - remove all ugly `` --- .../themes/baggy/Authentication/form.html.twig | 32 ---------------------- 1 file changed, 32 deletions(-) delete mode 100644 src/Wallabag/UserBundle/Resources/views/themes/baggy/Authentication/form.html.twig (limited to 'src/Wallabag/UserBundle/Resources/views/themes/baggy/Authentication') diff --git a/src/Wallabag/UserBundle/Resources/views/themes/baggy/Authentication/form.html.twig b/src/Wallabag/UserBundle/Resources/views/themes/baggy/Authentication/form.html.twig deleted file mode 100644 index 5bb91081..00000000 --- a/src/Wallabag/UserBundle/Resources/views/themes/baggy/Authentication/form.html.twig +++ /dev/null @@ -1,32 +0,0 @@ -{% extends "WallabagUserBundle::layout.html.twig" %} - -{% block fos_user_content %} -
-
- {% for flashMessage in app.session.flashbag.get("two_factor") %} -

{{ flashMessage|trans }}

- {% endfor %} - -
- - -
- - {% if useTrustedOption %} -
- - -
- {% endif %} - -
- {% trans %}Cancel{% endtrans %} - -
-
- -
-{% endblock %} -- cgit v1.2.3