1
0
mirror of https://github.com/moepman/bk-dss synced 2024-06-26 09:15:08 +02:00
bk-dss/templates/index.html

8 lines
199 B
HTML

{% extends "_base.html" %}
{% block content %}
<div class="page-header">
<h1>Welcome</h1>
</div>
<p>You can change your password using the edit function.</p>
{% endblock %}