aboutsummaryrefslogtreecommitdiff
path: root/newspipe/templates/profile.html
diff options
context:
space:
mode:
Diffstat (limited to 'newspipe/templates/profile.html')
-rw-r--r--newspipe/templates/profile.html3
1 files changed, 0 insertions, 3 deletions
diff --git a/newspipe/templates/profile.html b/newspipe/templates/profile.html
index 12e0682a..d55e8968 100644
--- a/newspipe/templates/profile.html
+++ b/newspipe/templates/profile.html
@@ -37,9 +37,6 @@
{{ form.webpage.label }}
{{ form.webpage(class_="form-control") }} {% for error in form.webpage.errors %} <span style="color: red;">{{ error }}<br /></span>{% endfor %}
- {{ form.twitter.label }}
- {{ form.twitter(class_="form-control") }} {% for error in form.twitter.errors %} <span style="color: red;">{{ error }}<br /></span>{% endfor %}
-
<div class="form-check">
{{ form.is_public_profile.label }}
{{ form.is_public_profile(class_="form-check-input") }}
bgstack15