mirror of
https://github.com/jlengrand/bugsink.git
synced 2026-03-10 08:01:17 +00:00
Add templates for 404, 500
This commit is contained in:
12
templates/500.html
Normal file
12
templates/500.html
Normal file
@@ -0,0 +1,12 @@
|
||||
{% extends "bare_base.html" %}
|
||||
|
||||
{% block title %}500 Server Error{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<div class="m-4">
|
||||
<h1 class="text-4xl mt-4 font-bold">500 Server Error</h1>
|
||||
|
||||
<div class="pt-2">
|
||||
There was an internal server error.
|
||||
</div>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user