1
0
mirror of https://github.com/krislamo/DJ-BaseSite synced 2025-05-02 08:04:21 +00:00
2012-10-13 07:35:48 -07:00

5 lines
167 B
HTML

{% extends "base.html" %}
{% block content %}
<div class="error">{{error}}</div>
<div class="returnlink"><a href="/">Return to the Main Page</a></div>
{% endblock %}