aboutsummaryrefslogtreecommitdiff
path: root/newspipe/templates/login.html
diff options
context:
space:
mode:
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 94037d81..5d936d18 100644
--- a/newspipe/templates/login.html
+++ b/newspipe/templates/login.html
@@ -4,7 +4,7 @@
<div class="row justify-content-center">
<div class="col-md-6">
<h2>{{ _('Log In') }}</h2>
- <form action="{{ url_for('login') }}" method=post>
+ <form action="{{ url_for('login') }}" method="post">
{{ form.hidden_tag() }}
<div class="input-group mb-3">
{{ form.nickmane(class_="form-control", placeholder=_('Your nickname')) }}
bgstack15