initial commit

This commit is contained in:
SowinskiBraeden committed 2023-09-28 21:46:42 -07:00
commit 9b29ac47c1
17 files changed
+216

No files matched your search

+7
View File
@@ -0,0 +1,7 @@
{% extends 'layout.html' %}
{% block content %}
<div class="content-section">
<h1>You don't have permission to do that(403)</h1>
<p>Please check your account and try again</p>
</div>
{% endblock %}