mirror of
https://github.com/moepman/bk-dss
synced 2024-11-17 18:29:16 +01:00
Markus Hauschild
933443f30e
adjust classes to look okay with bootstrap 4 replace glyphicons with inline svgs from bootstrap-icons
8 lines
271 B
HTML
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 %}
|