2016-03-20 16:10:00 +01:00
|
|
|
{% extends "_base.html" %}
|
2015-06-16 21:57:44 +02:00
|
|
|
{% block content %}
|
2016-03-22 01:09:35 +01:00
|
|
|
<div class="page-header">
|
|
|
|
<h1>Welcome</h1>
|
|
|
|
</div>
|
|
|
|
<p>You can change your password using the edit function.</p>
|
2015-06-16 21:57:44 +02:00
|
|
|
{% endblock %}
|