05/06/2026 Initial commit

This commit is contained in:
2026-05-06 14:19:07 -04:00
parent 9da1dffd9a
commit dde18a2cd2
116 changed files with 4276 additions and 7 deletions
+11
View File
@@ -0,0 +1,11 @@
{% extends "tenant/base.html" %}
{% block title %}Account Suspended{% endblock %}
{% block content %}
<div class="row justify-content-center mt-5">
<div class="col-md-5 text-center">
<h3 class="text-warning">Account Suspended</h3>
<p class="text-muted">Your salon account has been suspended. Please contact support to resolve your billing.</p>
<a href="{{ url_for('tenant_auth.login') }}" class="btn btn-outline-secondary mt-2">Back to Login</a>
</div>
</div>
{% endblock %}