aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/material/Security/login.html.twig
diff options
context:
space:
mode:
authorJeremy Benoist <j0k3r@users.noreply.github.com>2015-09-30 09:05:03 +0200
committerJeremy Benoist <j0k3r@users.noreply.github.com>2015-09-30 09:05:03 +0200
commit7c99da0c958687033468098a92913619bef17f03 (patch)
treefa6b2aabccb36e33459a608377cb0d3e0eb5f226 /src/Wallabag/CoreBundle/Resources/views/themes/material/Security/login.html.twig
parent24429857d8a431cd20077c5c0c3db81e2fedb1ac (diff)
parentb0b352fc8ed4934c47bd8cf0d02d2c3bef948321 (diff)
downloadwallabag-7c99da0c958687033468098a92913619bef17f03.tar.gz
wallabag-7c99da0c958687033468098a92913619bef17f03.tar.zst
wallabag-7c99da0c958687033468098a92913619bef17f03.zip
Merge pull request #1437 from wallabag/v2-clean-material
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