mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 11:27:09 +00:00
7
breccia_mapper/templates/403.html
Normal file
7
breccia_mapper/templates/403.html
Normal file
@@ -0,0 +1,7 @@
|
||||
{% extends 'base.html' %}
|
||||
|
||||
{% block content %}
|
||||
<h2>Error 403 at {{ request.path }}</h2>
|
||||
|
||||
<p>{{ exception }}</p>
|
||||
{% endblock content %}
|
||||
Reference in New Issue
Block a user