1
0
mirror of https://github.com/moepman/bk-dss synced 2024-06-26 21:35:07 +02:00
bk-dss/templates/index.html
Markus Hauschild 933443f30e upgrdae to bootstrap 4
adjust classes to look okay with bootstrap 4
replace glyphicons with inline svgs from bootstrap-icons
2020-09-10 10:50:47 +02:00

8 lines
271 B
HTML

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