From 7ba6c86e2de0243a185b57e0c2ebde2f74bca15c Mon Sep 17 00:00:00 2001 From: Markus Hauschild Date: Tue, 22 Mar 2016 01:09:35 +0100 Subject: [PATCH] Minor text improvements. --- templates/edit.html | 2 +- templates/index.html | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/templates/edit.html b/templates/edit.html index 5a60a25..20bc6c5 100644 --- a/templates/edit.html +++ b/templates/edit.html @@ -2,7 +2,7 @@ {% extends "_base.html" %} {% block content %}
{{ form.hidden_tag() }} diff --git a/templates/index.html b/templates/index.html index 12b090f..48de49a 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,4 +1,7 @@ {% extends "_base.html" %} {% block content %} -

Hello, World!

+ +

You can change your password using the edit function.

{% endblock %}