summaryrefslogtreecommitdiff
path: root/tbc
diff options
context:
space:
mode:
authorhardythe12014-06-15 14:39:20 +0530
committerhardythe12014-06-15 14:39:20 +0530
commit29b55bb96247a0ce64d0a47d31395aacd7b1a93a (patch)
treefeb3a23dbf90172158b66dba7d2ac6ca3e621c00 /tbc
parent4fbc26b7551737c79975b45ac6364084291451de (diff)
downloadPython-TBC-Interface-29b55bb96247a0ce64d0a47d31395aacd7b1a93a.tar.gz
Python-TBC-Interface-29b55bb96247a0ce64d0a47d31395aacd7b1a93a.tar.bz2
Python-TBC-Interface-29b55bb96247a0ce64d0a47d31395aacd7b1a93a.zip
changing unavilable message
Diffstat (limited to 'tbc')
-rw-r--r--tbc/templates/tbc/unavailable.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/tbc/templates/tbc/unavailable.html b/tbc/templates/tbc/unavailable.html
index 54ad248..df07445 100644
--- a/tbc/templates/tbc/unavailable.html
+++ b/tbc/templates/tbc/unavailable.html
@@ -132,7 +132,8 @@
<div class="container">
{% block content %}
<center>
- <h2>Sorry ! the site temporarily unavailable.</h2>
+ <h2>Sorry ! the site is temporarily unavailable.</h2>
+ <br>
<h4>We are currently working to fix some internal issues. We will be back on or before 20th June 00:00 hrs IST</h4>
</center>
{% endblock %}