From 6b309d381f399fbde17e04a1163fa90b765c62f0 Mon Sep 17 00:00:00 2001 From: hardythe1 Date: Sun, 15 Jun 2014 14:27:01 +0530 Subject: disabling the links for the time being for the problem statement copyright issue --- tbc/templates/tbc/unavailable.html | 162 +++++++++++++++++++++++++++++++++++++ 1 file changed, 162 insertions(+) create mode 100644 tbc/templates/tbc/unavailable.html (limited to 'tbc/templates') diff --git a/tbc/templates/tbc/unavailable.html b/tbc/templates/tbc/unavailable.html new file mode 100644 index 0000000..ad29f43 --- /dev/null +++ b/tbc/templates/tbc/unavailable.html @@ -0,0 +1,162 @@ +{% load static %} + + + + + {% block title %} + Python Textbook Companion Project | FOSSEE, IIT Bombay + {% endblock %} + + {% block meta %} + + + + + {% endblock %} + + + + + + {% block css %} + + {% endblock %} + + {% block script %} + {% endblock %} + + + + +
+ {% block content %} +

+ Sorry for the inconvenience ! We are currently working to fix some internal issues. We will be back on or before 20th June 00:00 hrs IST +

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