Move postman and web inside src
This commit is contained in:
9
templates/errors/500.html.tera
Normal file
9
templates/errors/500.html.tera
Normal file
@ -0,0 +1,9 @@
|
||||
{% extends "base" %}
|
||||
|
||||
{% block init %}
|
||||
{% set title = "500 Internal Server Error" %}
|
||||
{% set show_contact = True %}
|
||||
|
||||
{% set page_title = "An Error Has Occurred" %}
|
||||
{% set page_subtitle = "A server error has occurred. Please retry, or ask in our Discord." %}
|
||||
{% endblock %}
|
Reference in New Issue
Block a user