diff options
author | 2018-05-01 11:36:13 +0100 | |
---|---|---|
committer | 2018-05-01 11:36:13 +0100 | |
commit | d5be0951fb8f332ad9dc27caf25e64ac255eedc8 (patch) | |
tree | 5b6b1c87dfc64da7783b04c68ac184dc158934a0 /templates/wiki/page_in_use.html | |
parent | [Wiki] Fix image spacing (diff) | |
parent | restructure docker (diff) |
Merge remote-tracking branch 'origin/master'
# Conflicts:
# static/style.css
Diffstat (limited to 'templates/wiki/page_in_use.html')
-rw-r--r-- | templates/wiki/page_in_use.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/wiki/page_in_use.html b/templates/wiki/page_in_use.html index 4110ee17..1707845c 100644 --- a/templates/wiki/page_in_use.html +++ b/templates/wiki/page_in_use.html @@ -5,7 +5,6 @@ {% block content %} <div class="uk-container uk-container-small"> <div uk-alert class="uk-alert-warning"> - <a class="uk-alert-close" uk-close></a> <h3>The page you requested is currently being edited</h3> <p>Please try again in a little bit when the lock has expired.</p> </div> |