Improved users, now /create and /edit require user login, changed savepoint() helper
This commit is contained in:
parent
83e2c892b3
commit
f4d536dc47
9 changed files with 102 additions and 42 deletions
9
templates/internalservererror.html
Normal file
9
templates/internalservererror.html
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{% block title %}Internal Server Error - {{ app_name }}{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<h1>Internal Server Error</h1>
|
||||
|
||||
<p>We’re sorry, an unexpected error occurred. Try refreshing the page.</p>
|
||||
{% endblock %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue