aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/templates/wiki/move.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/move.html
parentFinish history view page (diff)
Initial template cleanup
Diffstat (limited to 'pydis_site/templates/wiki/move.html')
-rw-r--r--pydis_site/templates/wiki/move.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/pydis_site/templates/wiki/move.html b/pydis_site/templates/wiki/move.html
index f2c83485..0d5cec31 100644
--- a/pydis_site/templates/wiki/move.html
+++ b/pydis_site/templates/wiki/move.html
@@ -5,7 +5,7 @@
{% block wiki_contents_tab %}
- <div class="message is-warning">
+ <article class="message is-warning">
<div class="message-body">
{% if urlpath.get_descendants %}
{% blocktrans count cnt=urlpath.get_descendants.count trimmed %}
@@ -28,7 +28,7 @@
are temporary - so it's better to update the links directly.
</p>
</div>
- </div>
+ </article>
<form method="POST" class="form-horizontal" id="article_move_form">
{% wiki_form form %}