Skip to content

Commit

Permalink
Add bootstrap class and modify descriptive message
Browse files Browse the repository at this point in the history
  • Loading branch information
simatei committed Aug 22, 2019
1 parent 6aaf59b commit 70063bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/500.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{% extends "base.html" %}
{% block content %}
<div class="container">
<div class="container col-md-4">
<h6>Error 500: There seems to be an internal server error</h6>
<p>Try reloading the page or try again after some time.</p>
</div>
{% endblock content %}

0 comments on commit 70063bc

Please sign in to comment.