mirror of
https://github.com/krislamo/DJ-BaseSite
synced 2025-02-23 15:05:51 +00:00
5 lines
167 B
HTML
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 %} |