05/06/2026 Initial commit
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{% extends "layouts/base.html" %}
|
||||
{% block title %}Account Suspended{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<div class="d-flex justify-content-center align-items-center" style="min-height: 80vh;">
|
||||
<div class="text-center">
|
||||
<i class="bi bi-lock-fill display-1 text-danger"></i>
|
||||
<h3 class="mt-3">Account Suspended</h3>
|
||||
<p class="text-muted">
|
||||
Your account has been suspended. Please contact support to resolve any outstanding issues.
|
||||
</p>
|
||||
<a href="{{ url_for('tenant_auth.logout') }}" class="btn btn-outline-secondary mt-2">
|
||||
Sign Out
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user