Style changes
This commit is contained in:
parent
ba3ed04b44
commit
d53677ea66
25 changed files with 389 additions and 371 deletions
|
|
@ -1,9 +1,11 @@
|
|||
{% extends "base.jinja2" %}
|
||||
|
||||
{% block title %}Internal Server Error - {{ app_name }}{% endblock %}
|
||||
{% block title %}% _ % - {{ app_name }}{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<h1>Internal Server Error</h1>
|
||||
|
||||
<p>We’re sorry, an unexpected error occurred. Try refreshing the page.</p>
|
||||
<div class="inner-content">
|
||||
<p>We’re sorry, an unexpected error occurred. Try refreshing the page.</p>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue