mirror of
https://github.com/moepman/bk-dss
synced 2024-11-17 19:39:11 +01:00
Minor text improvements.
This commit is contained in:
parent
89a8cecb2a
commit
7ba6c86e2d
@ -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() }}
|
||||
|
@ -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 %}
|
||||
|
Loading…
Reference in New Issue
Block a user