mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-21 15:32:14 +00:00
Set up authentication system
This commit is contained in:
6
templates/500.html
Normal file
6
templates/500.html
Normal file
@@ -0,0 +1,6 @@
|
||||
{% extends 'base.html' %}
|
||||
{% block title %}Server error{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
There was an error while handling your request.
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user