mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2026-02-08 10:10:59 +00:00
New user login/logoff system using standard Dj
This commit is contained in:
25
templates/errors/generic.html
Normal file
25
templates/errors/generic.html
Normal file
@@ -0,0 +1,25 @@
|
||||
{% extends 'base.html' %}
|
||||
|
||||
{% block title %}Website Error - {% endblock %}
|
||||
{% block content %}
|
||||
|
||||
<div class='middle'>
|
||||
<h2>Website Error</h2>
|
||||
</div>
|
||||
<div style='width: 300px;' class='middle3 login'>
|
||||
<div class='align-center'>
|
||||
<div class='space'></div>
|
||||
<div class='align-center'>
|
||||
<h3>There has been an error.</h3>
|
||||
<p>We are terribly sorry but an unknown fault has occurred. </p>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user