Files
CTFd/CTFd/templates/original/errors/403.html
Kevin Chung b05f6152d3 Custom themes (#131)
* 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
2016-07-22 02:46:14 -04:00

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 %}