diff options
Diffstat (limited to 'templates/wiki/page_in_use.html')
-rw-r--r-- | templates/wiki/page_in_use.html | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/templates/wiki/page_in_use.html b/templates/wiki/page_in_use.html deleted file mode 100644 index 1707845c..00000000 --- a/templates/wiki/page_in_use.html +++ /dev/null @@ -1,12 +0,0 @@ -{% extends "wiki/base.html" %} -{% block title %}Wiki Error{% endblock %} -{% block og_title %}Wiki Error{% endblock %} -{% block og_description %}{% endblock %} -{% block content %} - <div class="uk-container uk-container-small"> - <div uk-alert class="uk-alert-warning"> - <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> - </div> -{% endblock %} |