Skip to content

Commit b73113b

Browse files
committed
fixing error page
1 parent bd90383 commit b73113b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

app/rooms/templates/error.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
{% set title = "Error" %}
44
{% block content %}
55

6+
<div class="container" style="margin-top: 40px; margin-left: 300px">
7+
68
<h2>Problem: an error occurred</h2>
79
<p>Error information:</p>
810

@@ -14,5 +16,7 @@ <h2>Problem: an error occurred</h2>
1416

1517

1618
<p><a href="/">Continue</a></p>
19+
20+
</div>
1721

1822
{% endblock %}

0 commit comments

Comments
 (0)