standardize template title style
This commit is contained in:
parent
74ad602259
commit
af70a08dff
3 changed files with 8 additions and 6 deletions
|
@ -1,13 +1,14 @@
|
|||
{% extends "error.html" %}
|
||||
|
||||
{% block title %}
|
||||
<title>Quay - Something went wrong!</title>
|
||||
<title>Internal Error · Quay</title>
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<h3>Something went wrong on our end!</h3>
|
||||
<h4>
|
||||
We're currently working to fix the problem, but if its persists please feel free to <a href="/contact">contact us</a>. In the meantime, try a refreshing drink (or just refreshing).
|
||||
<p><a href="javascript:history.back()">Head on back</a> and retry whatever it was you were doing.</p>
|
||||
<p>If the issue persists and is blocking you from getting stuff done, <a href="/contact">contact us</a>.</p>
|
||||
</h4>
|
||||
|
||||
<div style="margin-top: 20px">
|
||||
|
|
Reference in a new issue