Minor text improvements.

This commit is contained in:
Markus 2016-03-22 01:09:35 +01:00
parent 89a8cecb2a
commit 7ba6c86e2d
2 changed files with 5 additions and 2 deletions

View File

@ -2,7 +2,7 @@
{% extends "_base.html" %}
{% block content %}
<div class="page-header">
<h1>Edit</h1>
<h1>Edit own account</h1>
</div>
<form class="form-horizontal" method="POST">
{{ form.hidden_tag() }}

View File

@ -1,4 +1,7 @@
{% extends "_base.html" %}
{% block content %}
<p>Hello, World!</p>
<div class="page-header">
<h1>Welcome</h1>
</div>
<p>You can change your password using the edit function.</p>
{% endblock %}