aboutsummaryrefslogtreecommitdiffstats
path: root/templates/wiki/page_in_use.html
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-08-07 15:09:08 +0100
committerGravatar Gareth Coles <[email protected]>2018-08-07 15:09:16 +0100
commitaf54db6c136138c66cf5ca72419989525a0baa5c (patch)
tree8519aeab8d45277c51797c7dc23aacf3b56ed1bb /templates/wiki/page_in_use.html
parentA wizard is never late, nor is he early. (diff)
Initial project layout for django
Diffstat (limited to 'templates/wiki/page_in_use.html')
-rw-r--r--templates/wiki/page_in_use.html12
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 %}