mirror of
https://github.com/postgres/pgweb.git
synced 2025-07-29 11:59:36 +00:00
Add 500.html template, missed in previous commit
This commit is contained in:
9
templates/errors/500.html
Normal file
9
templates/errors/500.html
Normal file
@ -0,0 +1,9 @@
|
||||
{%extends "base/page.html"%}
|
||||
{%block title%}Server error{%endblock%}
|
||||
{%block contents%}
|
||||
<h1>Server Error</h1>
|
||||
<p>
|
||||
{{message}}
|
||||
</p>
|
||||
</h1>
|
||||
{%endblock%}
|
Reference in New Issue
Block a user