mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-21 15:32:14 +00:00
Whole heap of registration and error template changes
This commit is contained in:
9
templates/403.html
Normal file
9
templates/403.html
Normal file
@@ -0,0 +1,9 @@
|
||||
{% extends 'base.html' %}
|
||||
{% load staticfiles %}
|
||||
{% block title %}Forbidden{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<div class="text-center">
|
||||
<img src="{% static 'imgs/403.jpg' %}"/>
|
||||
</div>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user