aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/templates/wiki/error.html
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2019-04-19 13:34:12 +0100
committerGravatar Gareth Coles <[email protected]>2019-04-19 13:34:12 +0100
commit3187567dd17934a5c4b5a664e667bef22caa77a3 (patch)
treec45d52da5e6893a4a094ca0ce7644b40dcf613e1 /pydis_site/templates/wiki/error.html
parentFinish history view page (diff)
Initial template cleanup
Diffstat (limited to 'pydis_site/templates/wiki/error.html')
-rw-r--r--pydis_site/templates/wiki/error.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/pydis_site/templates/wiki/error.html b/pydis_site/templates/wiki/error.html
index 04e6948a..c6778b7e 100644
--- a/pydis_site/templates/wiki/error.html
+++ b/pydis_site/templates/wiki/error.html
@@ -12,7 +12,7 @@
{% if error_type == "ancestors_missing" %}
<h1 class="title">Not Found</h1>
- <div class="message is-primary">
+ <article class="message is-primary">
<div class="message-body">
<p>
We were unable to find that page. If you think this was in error, please let us know!
@@ -24,11 +24,11 @@
<span>Back to homepage</span>
</a>
</div>
- </div>
+ </article>
{% else %}
<h1 class="title">Error</h1>
- <div class="message is-danger">
+ <article class="message is-danger">
<div class="message-body">
<p>
{% if not error_msg %}
@@ -47,6 +47,6 @@
</a>
{% endif %}
</div>
- </div>
+ </article>
{% endif %}
{% endblock %}