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
2021-04-01 01:04:21 +02:00

17 lines
250 B
HTML

{% extends "layout.html" %}
{% block content %}
<h3>
Registered as
{% if admin %}
<strong>Admin</strong>
{% else %}
Assistant
{% endif %}
!
</h3>
<p>
Email: {{email}}
<br>
Random password: {{password}}
</p>
{% endblock content %}