Files
PyRIGS/templates/403.html

11 lines
248 B
HTML

{% extends 'base_rigs.html' %}
{% load static %}
{% block title %}Forbidden{% endblock %}
{% block content %}
<div class="text-center">
<h1>403: Forbidden</h1>
<img src="{% static 'imgs/403.jpg' %}"/>
</div>
{% endblock %}