diff options
author | hardythe1 | 2014-06-15 14:41:37 +0530 |
---|---|---|
committer | hardythe1 | 2014-06-15 14:41:37 +0530 |
commit | a7bacbe53b82a18e1f0b66f6a01bc05a11ada4aa (patch) | |
tree | c772036593e9d7da713ea7a9a3627c3aca0843a1 /tbc | |
parent | 29b55bb96247a0ce64d0a47d31395aacd7b1a93a (diff) | |
download | Python-TBC-Interface-a7bacbe53b82a18e1f0b66f6a01bc05a11ada4aa.tar.gz Python-TBC-Interface-a7bacbe53b82a18e1f0b66f6a01bc05a11ada4aa.tar.bz2 Python-TBC-Interface-a7bacbe53b82a18e1f0b66f6a01bc05a11ada4aa.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 df07445..93f4f6f 100644 --- a/tbc/templates/tbc/unavailable.html +++ b/tbc/templates/tbc/unavailable.html @@ -132,9 +132,10 @@ <div class="container"> {% block content %} <center> - <h2>Sorry ! the site is temporarily unavailable.</h2> + <h2>Sorry ! this 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> + <p>For any queries contact us at <b>"textbook[at]fossee[dot]in"</b></p> </center> {% endblock %} <hr> |