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 %}