mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-22 17:47:08 +03:00
chore(ErrorPage): make 500 error page more informative
This commit is contained in:
parent
1ad866770a
commit
3bdf355b42
|
@ -1 +1,13 @@
|
|||
<h1>Whoops!</h1>
|
||||
{% raw %}{% extends "base.html" %}
|
||||
|
||||
{% block title %}Server Error{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<h1>Ooops!!! 500</h1>
|
||||
|
||||
<h3>Looks like something went wrong!</h3>
|
||||
|
||||
<p>We track these errors automatically, but if the problem persists feel free to contact us. In the meantime, try refreshing.</p>
|
||||
{% endblock content %}
|
||||
|
||||
{% endraw %}
|
||||
|
|
Loading…
Reference in New Issue
Block a user