bk-dss/templates/index.html

8 lines
271 B
HTML
Raw Normal View History

2016-03-20 16:10:00 +01:00
{% extends "_base.html" %}
{% block content %}
<div class="pb-2 mt-4 mb-3 border-bottom">
2016-03-22 01:09:35 +01:00
<h1>Welcome</h1>
</div>
<p>The directory self-service allows users to change their password (and maybe other attributes in the future).</p>
{% endblock %}