diff options
author | hardythe1 | 2014-06-15 14:39:20 +0530 |
---|---|---|
committer | hardythe1 | 2014-06-15 14:39:20 +0530 |
commit | 29b55bb96247a0ce64d0a47d31395aacd7b1a93a (patch) | |
tree | feb3a23dbf90172158b66dba7d2ac6ca3e621c00 /tbc | |
parent | 4fbc26b7551737c79975b45ac6364084291451de (diff) | |
download | Python-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.html | 3 |
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 %} |