diff options
author | 2019-04-19 13:34:12 +0100 | |
---|---|---|
committer | 2019-04-19 13:34:12 +0100 | |
commit | 3187567dd17934a5c4b5a664e667bef22caa77a3 (patch) | |
tree | c45d52da5e6893a4a094ca0ce7644b40dcf613e1 /pydis_site/templates/wiki/move.html | |
parent | Finish history view page (diff) |
Initial template cleanup
Diffstat (limited to 'pydis_site/templates/wiki/move.html')
-rw-r--r-- | pydis_site/templates/wiki/move.html | 4 |
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 %} |