diff options
author | hardythe1 | 2014-06-15 14:42:22 +0530 |
---|---|---|
committer | hardythe1 | 2014-06-15 14:42:22 +0530 |
commit | b80efba3af87ac8914530f216da38c24e750f529 (patch) | |
tree | 9e2faf337c92d263597489e51b6bb64613ace585 /tbc | |
parent | a7bacbe53b82a18e1f0b66f6a01bc05a11ada4aa (diff) | |
download | Python-TBC-Interface-b80efba3af87ac8914530f216da38c24e750f529.tar.gz Python-TBC-Interface-b80efba3af87ac8914530f216da38c24e750f529.tar.bz2 Python-TBC-Interface-b80efba3af87ac8914530f216da38c24e750f529.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 93f4f6f..2024f0a 100644 --- a/tbc/templates/tbc/unavailable.html +++ b/tbc/templates/tbc/unavailable.html @@ -135,7 +135,8 @@ <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> + <br> + <h5>For any queries please contact us at <b>"textbook[at]fossee[dot]in"</b></h5> </center> {% endblock %} <hr> |