mirror of
https://github.com/aljazceru/CTFd.git
synced 2026-01-12 02:24:29 +01:00
15 lines
264 B
HTML
15 lines
264 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block content %}
|
|
|
|
<div class="row">
|
|
<h2 style="text-align:center;">I don't think you're allowed here</h2>
|
|
<h2 style="text-align:center;">Not so sorry about that</h2>
|
|
</div>
|
|
|
|
|
|
{% endblock %}
|
|
|
|
{% block scripts %}
|
|
{% endblock %}
|