summaryrefslogtreecommitdiffstats
path: root/accounts/templates/about.html
diff options
context:
space:
mode:
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 %}