1
0
forked from moepman/bk-dss
bk-dss/templates/index.html

8 lines
199 B
HTML
Raw Permalink Normal View History

2016-03-20 16:10:00 +01:00
{% extends "_base.html" %}
{% 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>
{% endblock %}