Files
fonrey/templates/errors/403.html
ishenwei 4aba6dfa77 Initialize Fonrey Django multi-tenant project skeleton
Set up the required directory layout, app scaffolding, core settings, templates, static assets, and Docker/Tailwind tooling to establish a standardized development baseline.
2026-04-26 17:12:09 +08:00

4 lines
131 B
HTML

{% extends "base.html" %}
{% block title %}403{% endblock %}
{% block content %}<div class="p-8">403 Forbidden</div>{% endblock %}