summaryrefslogtreecommitdiff
path: root/templates/show_msg.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/show_msg.html')
-rw-r--r--templates/show_msg.html27
1 files changed, 0 insertions, 27 deletions
diff --git a/templates/show_msg.html b/templates/show_msg.html
deleted file mode 100644
index dc7e472..0000000
--- a/templates/show_msg.html
+++ /dev/null
@@ -1,27 +0,0 @@
-{% extends 'base.html' %}
-{% block js_script %}
- <script language="JavaScript">
- <!--
- function getgoing()
- {
- window.location="{{redirect_url}}";
- }
-
- setTimeout('getgoing()',5000);
- //-->
- </script>
-{% endblock %}
-{% block content %}
-
- {% if message %}
- {{message}}<br />
- {% endif %}
- You will be redirected to {{url_desc}} page in 5 seconds
- <!--
- {% if redirect_url %}
- <a href="{{redirect_url}}">click here</a> to return to {{url_desc}}
- {% else %}
- <a href="/">click here</a> to return to Homepage
- {% endif %}
- -->
-{% endblock %}