mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 16:12:51 +11:00
UI fixes for error pages.
This commit is contained in:
parent
c1c43dd51a
commit
ba0cbcd7c5
2 changed files with 4 additions and 0 deletions
|
@ -4,5 +4,7 @@
|
|||
{% block headline %}404 Not found{% endblock %}
|
||||
|
||||
{% block page %}
|
||||
<div>
|
||||
<p>Snippet you have searched is not available (anymore).</p>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
|
|
@ -4,5 +4,7 @@
|
|||
{% block headline %}500 Internal Server Error{% endblock %}
|
||||
|
||||
{% block page %}
|
||||
<div>
|
||||
<p>Sorry, there was an error with your request. The server notified the admin via email.</p>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in a new issue