1
0
Fork 0
mirror of https://codeberg.org/Mo8it/AdvLabDB.git synced 2024-09-19 18:31:16 +00:00
AdvLabDB/advlabdb/templates/registered.html

13 lines
224 B
HTML
Raw Normal View History

{% set title = "Registered" %}
2021-03-31 23:04:21 +00:00
{% extends "layout.html" %}
{% block content %}
<h3>
New user registered with roles {{roles}}.
2021-03-31 23:04:21 +00:00
</h3>
<p>
Email: {{email}}
<br>
Random password: {{password}}
</p>
{% endblock content %}