diff options
author | hardythe1 | 2014-06-15 14:38:23 +0530 |
---|---|---|
committer | hardythe1 | 2014-06-15 14:38:23 +0530 |
commit | 4fbc26b7551737c79975b45ac6364084291451de (patch) | |
tree | aa030b01aeb25f2c809d0431a9ac7b154491215e /tbc | |
parent | 6b309d381f399fbde17e04a1163fa90b765c62f0 (diff) | |
download | Python-TBC-Interface-4fbc26b7551737c79975b45ac6364084291451de.tar.gz Python-TBC-Interface-4fbc26b7551737c79975b45ac6364084291451de.tar.bz2 Python-TBC-Interface-4fbc26b7551737c79975b45ac6364084291451de.zip |
changing unavilable message
Diffstat (limited to 'tbc')
-rw-r--r-- | tbc/templates/tbc/unavailable.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/tbc/templates/tbc/unavailable.html b/tbc/templates/tbc/unavailable.html index ad29f43..54ad248 100644 --- a/tbc/templates/tbc/unavailable.html +++ b/tbc/templates/tbc/unavailable.html @@ -131,9 +131,10 @@ </div> <div class="container"> {% block content %} - <p> - 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 - </p> + <center> + <h2>Sorry ! the site temporarily unavailable.</h2> + <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 %} <hr> |