diff options
author | hardythe1 | 2014-02-10 15:25:32 +0530 |
---|---|---|
committer | hardythe1 | 2014-02-10 15:25:32 +0530 |
commit | 6c6bd9282a356a2322adec44c729dae0f317854d (patch) | |
tree | dce66af51b1c430a56a4dc0f21a910c2a580b63d /tbc/templates | |
parent | 98250014289794c39971dd14dd844b5d71510418 (diff) | |
download | Python-TBC-Interface-6c6bd9282a356a2322adec44c729dae0f317854d.tar.gz Python-TBC-Interface-6c6bd9282a356a2322adec44c729dae0f317854d.tar.bz2 Python-TBC-Interface-6c6bd9282a356a2322adec44c729dae0f317854d.zip |
minor changes
Diffstat (limited to 'tbc/templates')
-rw-r--r-- | tbc/templates/tbc/about-pytbc.html | 10 | ||||
-rw-r--r-- | tbc/templates/tbc/login.html | 10 |
2 files changed, 15 insertions, 5 deletions
diff --git a/tbc/templates/tbc/about-pytbc.html b/tbc/templates/tbc/about-pytbc.html index e71dc3d..c73063f 100644 --- a/tbc/templates/tbc/about-pytbc.html +++ b/tbc/templates/tbc/about-pytbc.html @@ -21,7 +21,7 @@ function data(showHideDiv) {% block content %} <center><h2> Textbook Companion Project </h2></center> <hr> -<a href="" onClick="data('contri'); return false;" style="cursor:pointer;" />How do I contribute?</strong></p></a> +<a href="" onClick="data('contri'); return false;" style="cursor:pointer;" /><h4>How do I contribute?</h4></strong></p></a> <div id="contentDiv"> <div id="contri" style="padding:5px; display:none;"> <p><h4> Anyone can contribute to the project. </p> @@ -45,7 +45,7 @@ function data(showHideDiv) <li>On completion of the entire book, the contributor will be notified for further proceedings </div> </div> -<a href="" onClick="data('goodies'); return false;" style="cursor:pointer;" />Goodies</strong></p></a> +<a href="" onClick="data('goodies'); return false;" style="cursor:pointer;" /><h4>Goodies</h4></strong></p></a> <div id="contentDiv"> <div id="goodies" style="padding:5px; display:none;"> <p> @@ -58,7 +58,7 @@ function data(showHideDiv) </p> </div> </div> -<a href="" onClick="data('disclaimer'); return false;" style="cursor:pointer;" />Disclaimer</strong></p></a> +<a href="" onClick="data('disclaimer'); return false;" style="cursor:pointer;" /><h4>Disclaimer</h4></strong></p></a> <div id="contentDiv"> <div id="disclaimer" style="padding:5px; display:none;"> <p> @@ -75,7 +75,7 @@ function data(showHideDiv) </p> </div> </div> -<a href="" onClick="data('faqs'); return false;" style="cursor:pointer;" />FAQs</strong></p></a> +<a href="" onClick="data('faqs'); return false;" style="cursor:pointer;" /><h4>FAQs</h4></strong></p></a> <div id="contentDiv"> <div id="faqs" style="padding:5px; display:none;"> <p> @@ -126,7 +126,7 @@ function data(showHideDiv) </p> </div> </div> -<a href="" onClick="data('contact'); return false;" style="cursor:pointer;" />Contact</strong></p></a> +<a href="" onClick="data('contact'); return false;" style="cursor:pointer;" /><h4>Contact</h4></strong></p></a> <div id="contentDiv"> <div id="contact" style="padding:5px; display:none;"> <p>For any queries or assistance you my require, feel free to contact us through below given mediums. diff --git a/tbc/templates/tbc/login.html b/tbc/templates/tbc/login.html index 78d26d5..92ffb2a 100644 --- a/tbc/templates/tbc/login.html +++ b/tbc/templates/tbc/login.html @@ -1,5 +1,15 @@ {% extends 'base.html' %} {% block content %} +{% if signup %} + <center> + <div class="alert" style="width:550px;height:23px;"> + <a class="close" data-dismiss="alert" href="#">×</a> + <p>You have registered successfully, kindly login with your credentials !!</p> + </div> + </center> + <div class="clearfix"></div> +{% endif %} + <div id="content-wrap" style="max-width: 400px;"> <br><br> {% if require_login %} |