mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-05-16 07:51:27 +01:00
6d12202c8a
See #6
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 %} |