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 5d936d18..b9952309 100644
--- a/newspipe/templates/login.html
+++ b/newspipe/templates/login.html
@@ -19,7 +19,7 @@
<div class="alert alert-warning" role="alert">{{ message }}</div>
{% endfor %}
{{ form.submit(class_="btn btn-primary") }}
- <a href="/signup" class="btn btn-info">{{ _('Sign up') }}</a>
+ {% if self_registration %}<a href="/signup" class="btn btn-info">{{ _('Sign up') }}</a>{% endif %}
</form>
</div>
</div>
bgstack15