From e63812344a37fb8ff510e388e78069974cef5bcf Mon Sep 17 00:00:00 2001 From: Jay Parikh Date: Thu, 26 Jul 2012 01:47:44 +0530 Subject: added browser-compatibilty feature --- stapp/templates/browser-version.html | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 stapp/templates/browser-version.html (limited to 'stapp/templates/browser-version.html') diff --git a/stapp/templates/browser-version.html b/stapp/templates/browser-version.html new file mode 100644 index 0000000..a6dbcb7 --- /dev/null +++ b/stapp/templates/browser-version.html @@ -0,0 +1,25 @@ +{% extends "base.html" %} + + +{% block title %}Unsupported browser{% endblock title %} + +{% block video %} +

Welcome to the ST Application

+
+

We have detected that you are using an outdated browser.

+

The ST Application would not work on your browser. Please update your browser or install one of the browsers mentioned below.

+

If you are an Internet Explorer user please see that Compatibility View has been turned + Off. Click here to know how +

+ +
+ + + + + + + +
+ +{% endblock video %} -- cgit