pkmntrade.club/templates/500.html
2018-02-15 12:28:05 -05:00

8 lines
No EOL
184 B
HTML

{% extends 'base.html' %}
{% block title %}500 Server Error{% endblock %}
{% block content %}
<h1>500 Server Error</h1>
<p>Looks like something went wrong!</p>
{% endblock content %}