aboutsummaryrefslogtreecommitdiff
path: root/newspipe/templates/login.html
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2020-03-12 21:40:23 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2020-03-12 21:40:23 +0100
commit9dd9391b5ab23f2a06200b2870337fcf9f631ad4 (patch)
treeb03b6df347af9c2307a79d76a03771dc87c60948 /newspipe/templates/login.html
parentImproved the search form. (diff)
downloadnewspipe-9dd9391b5ab23f2a06200b2870337fcf9f631ad4.tar.gz
newspipe-9dd9391b5ab23f2a06200b2870337fcf9f631ad4.tar.bz2
newspipe-9dd9391b5ab23f2a06200b2870337fcf9f631ad4.zip
Preparing new 9.1.0 release.
Diffstat (limited to 'newspipe/templates/login.html')
-rw-r--r--newspipe/templates/login.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/newspipe/templates/login.html b/newspipe/templates/login.html
index d0849c0b..cade2777 100644
--- a/newspipe/templates/login.html
+++ b/newspipe/templates/login.html
@@ -2,7 +2,7 @@
{% block content %}
<div class="container">
<div class="row justify-content-center">
- <div class="col-4">
+ <div class="col-md-6">
<h2>{{ _('Log In') }}</h2>
<form action="{{ url_for('login') }}" method=post>
{{ form.hidden_tag() }}
bgstack15