diff --git a/templates/mobile/login/index.html.twig b/templates/mobile/login/index.html.twig deleted file mode 100644 index 11a8bbbe43..0000000000 --- a/templates/mobile/login/index.html.twig +++ /dev/null @@ -1,60 +0,0 @@ -{% extends "common/index.html.twig" %} - -{% block javascript %} - -{% endblock %} - -{% block stylesheet %} -{% endblock %} - -{% block content %} -
-
-

{{ app['phraseanet.registry'].get('GV_homeTitle') }}

-
-
-
- - {% if app['phraseanet.registry'].get('GV_metaDescription') != '' %} -
{{ app['phraseanet.registry'].get('GV_metaDescription') }}
- {% endif %} -
-
-
- - -
- - -
- -
-
-
-
- -
-
-
- -
-{% endblock %}