aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2020-03-21 12:56:36 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2020-03-21 12:56:36 +0100
commit09d50a70c9fa16daeca252b7fabfccad28ebcc24 (patch)
tree6bdb865a0612861b6c485a5f504322434959d5db
parentfixed email encoding issue (diff)
downloadnewspipe-09d50a70c9fa16daeca252b7fabfccad28ebcc24.tar.gz
newspipe-09d50a70c9fa16daeca252b7fabfccad28ebcc24.tar.bz2
newspipe-09d50a70c9fa16daeca252b7fabfccad28ebcc24.zip
improved signup template.
-rw-r--r--newspipe/templates/signup.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/newspipe/templates/signup.html b/newspipe/templates/signup.html
index 53cad8d0..c940df5f 100644
--- a/newspipe/templates/signup.html
+++ b/newspipe/templates/signup.html
@@ -2,7 +2,7 @@
{% block content %}
<div class="container">
<div class="row justify-content-center">
- <div class="col-4">
+ <div class="col">
<form action="" method="post" name="save">
{{ form.hidden_tag() }}
<div class="form-group">
bgstack15