diff options
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 %} |