1
0
mirror of https://github.com/krislamo/DJ-BaseSite synced 2024-09-20 04:30:36 +00:00
DJ-BaseSite/myproject/myproject/templates/error.html
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 %}