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 c672493..de317fb 100644
--- a/templates/settings.html
+++ b/templates/settings.html
@@ -4,16 +4,16 @@
{%- block content %}
<form action="{{ url_for('settings') }}" method="post" class="form-horizontal">
{{ render_field(form.old_password, autofocus="autofocus") }}
- <h3>Globale Einstellungen ändern</h3>
+ <h2>Globale Einstellungen ändern</h2>
{{ render_field(form.mail) }}
{{ render_field(form.password) }}
{{ render_field(form.password_confirm) }}
{{ form.csrf_token }}
<div class="form-actions"><input type="submit" value="Speichern" name="submit_main" /></div>
- <h3>Dienste verwalten</h3>
+ <h2>Dienste verwalten</h2>
{%- for service in services %}
- <h4>{{ service.name }}</h4>
+ <h3>{{ service.name }}</h3>
{%- if service.changed %}
<p>Eigenes Passwort gesetzt</p>
<p>löschen, todo</p>