mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 03:17:07 +00:00
7 lines
142 B
HTML
7 lines
142 B
HTML
{% extends 'base.html' %}
|
|
|
|
{% block content %}
|
|
<h2>Error 403 at {{ request.path }}</h2>
|
|
|
|
<p>{{ exception }}</p>
|
|
{% endblock content %} |