05/06 Phase 2: fixed issues 4th

This commit is contained in:
2026-05-07 11:52:04 -04:00
parent 33010fd71b
commit 6e5518c103
5 changed files with 131 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{% extends "tenant/layouts/base.html" %}
{% block title %}Account Cancelled{% endblock %}
{% block content %}
<div class="row justify-content-center mt-5">
<div class="col-md-5 text-center">
<h3 class="text-danger">Account Cancelled</h3>
<p class="text-muted">This account has been cancelled. Please contact support if you believe this is an error.</p>
</div>
</div>
{% endblock %}