mirror of
https://github.com/aljazceru/CTFd.git
synced 2026-02-21 06:04:29 +01:00
* Adding preliminary custom themes * Fixing Windows compatibility https://github.com/pallets/jinja/issues/411 * Fixing template reloading and adding UI to change themes * Explicitly closing db connections * Themes now have custom static folders * Closes #128
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 %}
|