Files
lapp/templates/pending.html
T

7 lines
153 B
HTML
Raw Normal View History

2026-01-01 21:07:34 +01:00
{% extends "base.html" %}
{% block content %}
<div class="alert alert-info text-center">
Your account is pending admin approval.
</div>
{% endblock %}