added training

This commit is contained in:
2026-03-09 21:48:34 +01:00
parent d1017bae51
commit d81f8a611f
110 changed files with 4393 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
{% extends "base.html" %}
{% block content %}
<div class="missing-permission">
<h2>Error - Missing Permissions</h2>
<h1>Only Admins can access Ben10!</h1>
<br>
<a href="{{ url_for('home') }}">Go to Home</a>
</div>
{% endblock %}