Files
CTFd/templates/errors/500.html
2015-01-01 00:45:25 -05:00

14 lines
192 B
HTML

{% extends "base.html" %}
{% block content %}
<div class="row">
<h2 style="text-align:center;">Uhh what did you just do?</h2>
</div>
{% endblock %}
{% block scripts %}
{% endblock %}