mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 05:22:16 +00:00
7 lines
154 B
HTML
7 lines
154 B
HTML
{% extends 'base.html' %}
|
|
{% block title %}Server error{% endblock %}
|
|
|
|
{% block content %}
|
|
There was an error while handling your request.
|
|
{% endblock %}
|