summaryrefslogtreecommitdiffstats
path: root/templates/settings.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/settings.html')
-rw-r--r--templates/settings.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/settings.html b/templates/settings.html
index 29391b2..876d2f1 100644
--- a/templates/settings.html
+++ b/templates/settings.html
@@ -16,10 +16,10 @@
<h2>Dienste verwalten</h2>
<ul>
- {%- for service in services %}
+ {%- for service, changed in services %}
<li>
- <strong>{{ service.name }}</strong>
- {%- if service.own_password %}
+ <strong>{{ service }}</strong>
+ {%- if changed %}
ändern, löschen
{%- else %}
setzen