summaryrefslogtreecommitdiffstats
path: root/accounts/templates/about.html
diff options
context:
space:
mode:
authorJonah BrĂ¼chert <jbb@kaidan.im>2024-04-02 23:46:00 +0200
committerJonah BrĂ¼chert <jbb@kaidan.im>2024-05-07 13:51:25 +0200
commit52edda02e6fee2c8122fac71c49ea711672b4d92 (patch)
tree51523124e041bb27f89e27cf7d4606c8ddefd41c /accounts/templates/about.html
parent17f8ee678cbc4dafbef53ce1b9a852728955fd3e (diff)
downloadweb-52edda02e6fee2c8122fac71c49ea711672b4d92.tar.gz
web-52edda02e6fee2c8122fac71c49ea711672b4d92.tar.bz2
web-52edda02e6fee2c8122fac71c49ea711672b4d92.zip
Remove service passwords featureremove-service-passwords
Diffstat (limited to 'accounts/templates/about.html')
-rw-r--r--accounts/templates/about.html5
1 files changed, 0 insertions, 5 deletions
diff --git a/accounts/templates/about.html b/accounts/templates/about.html
index 2ae1936..5c7143d 100644
--- a/accounts/templates/about.html
+++ b/accounts/templates/about.html
@@ -36,9 +36,4 @@
<a href="mailto:accounts@spline.de">Mail</a> mit!
</p>
<h2>Welche Dienste sind bisher dabei?</h2>
-<ul>
-{%- for service in app.all_services %}
- <li><a href="{{ service.url}}">{{ service.name }}</a></li>
-{%- endfor %}
-</ul>
{%- endblock %}