aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/material/Security/login.html.twig
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2015-09-29 20:26:32 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2015-09-29 20:26:32 +0200
commitb0b352fc8ed4934c47bd8cf0d02d2c3bef948321 (patch)
tree161c6776385770594c464487bcbe55dbba0d502e /src/Wallabag/CoreBundle/Resources/views/themes/material/Security/login.html.twig
parent917040d4a0b7694ca4f695c02243ffb4283d6901 (diff)
downloadwallabag-b0b352fc8ed4934c47bd8cf0d02d2c3bef948321.tar.gz
wallabag-b0b352fc8ed4934c47bd8cf0d02d2c3bef948321.tar.zst
wallabag-b0b352fc8ed4934c47bd8cf0d02d2c3bef948321.zip
some cleanup on material theme
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