mirror of
https://github.com/DragonMinded/bemaniutils.git
synced 2026-05-10 13:01:34 -05:00
5 lines
113 B
HTML
5 lines
113 B
HTML
{% extends "base.html" %}
|
|
{% block content %}
|
|
You do not have permission to access this page!
|
|
{% endblock %}
|