summaryrefslogtreecommitdiffstats
path: root/templates/about.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/about.html')
-rw-r--r--templates/about.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/about.html b/templates/about.html
index c65d93b..03d56e4 100644
--- a/templates/about.html
+++ b/templates/about.html
@@ -28,4 +28,10 @@
du uns Bescheid sagen, dann erstellen wir dir von Hand einen Account.
{# TODO: kontaktmöglichkeit #}
</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 %}