aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/material/Security/login.html.twig
diff options
context:
space:
mode:
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/material/Security/login.html.twig')
-rw-r--r--src/Wallabag/CoreBundle/Resources/views/themes/material/Security/login.html.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Security/login.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Security/login.html.twig
index c9979198..4eb6d2b8 100644
--- a/src/Wallabag/CoreBundle/Resources/views/themes/material/Security/login.html.twig
+++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Security/login.html.twig
@@ -10,8 +10,8 @@
10{% block content %} 10{% block content %}
11 <main class="valign-wrapper"> 11 <main class="valign-wrapper">
12 <div class="valign row"> 12 <div class="valign row">
13 <h1>{% trans %}Login to wallabag{% endtrans %}</h1>
14 <div class="card sw"> 13 <div class="card sw">
14 <div class="center"><img src="{{ asset('themes/baggy/img/logo-other_themes.png') }}" alt="wallabag logo" /></div>
15 <form action="{{ path('login_check') }}" method="post" name="loginform"> 15 <form action="{{ path('login_check') }}" method="post" name="loginform">
16 <div class="card-content"> 16 <div class="card-content">
17 17