Files
penracourses/templates/403.html
T
Ross a2259626d5 .
2021-08-31 22:31:58 +01:00

10 lines
212 B
HTML

{% extends 'base.html' %}
{% block content %}
{% load static %}
<div class="">
<h2>403 error</h2>
<img src="{% static 'img/x-ray-radiation-no-unauthorised.png' %}" width="500px">
Forbidden
</div>
{% endblock %}