Files
CTFd/templates/errors/502.html
2015-06-28 20:55:39 -04:00

14 lines
192 B
HTML

{% extends "base.html" %}
{% block content %}
<div class="row">
<h2 style="text-align:center;">That action isn't allowed</h2>
</div>
{% endblock %}
{% block scripts %}
{% endblock %}