diff options
author | Hardik Ghaghada | 2012-07-26 16:43:07 +0530 |
---|---|---|
committer | Hardik Ghaghada | 2012-07-26 16:43:07 +0530 |
commit | 757265e2d91747d35248eec7d4723002143e6ed9 (patch) | |
tree | da0360c4f754146fa65a1845c311de2888e2cb42 | |
parent | 5d8631470e28a69cb7631b3c30a620fa1dd1a46a (diff) | |
download | pytask-757265e2d91747d35248eec7d4723002143e6ed9.tar.gz pytask-757265e2d91747d35248eec7d4723002143e6ed9.tar.bz2 pytask-757265e2d91747d35248eec7d4723002143e6ed9.zip |
-rw-r--r-- | pytask/templates/_left_sidebar.html | 16 | ||||
-rw-r--r-- | pytask/templates/base.html | 4 |
2 files changed, 11 insertions, 9 deletions
diff --git a/pytask/templates/_left_sidebar.html b/pytask/templates/_left_sidebar.html index afc279a..5619f11 100644 --- a/pytask/templates/_left_sidebar.html +++ b/pytask/templates/_left_sidebar.html @@ -26,12 +26,14 @@ Navigation <ul id="nav"> <li><a href="{% url home_page %}" title="home">Home</a></li> <br /> -<!-- <li><a href="{% url browse_tasks %}" title="tasks">Tasks</a></li>--> - <li><a href="{% url browse_textbooks %}" title="textbook">Textbooks</a></li> - <br/> - <!-- This URL is intentionally hard-coded since it exists out of Django --> + <li><a href="http://python.fossee.in/ConvertedTextBooks" title="converted textbooks" target="_blank">Converted Textbooks</a></li> + <br /> + <li><a href="http://python.fossee.in/BooksUnderProgress" title="books under progress" target="_blank">Books Under Progress</a></li> + <br /> + <li><a href="http://python.fossee.in/internship_forms/" title="internship forms" target="_blank">Internship Forms</a></li> + <br /> <h3>About</h3> - <li><a href="/" title="textbook">FOSSEE</a></li> - <li><a href="/textbooks" title="textbook">Textbook Project</a></li> + <li><a href="http://python.fossee.in" title="fossee" target="_blank">FOSSEE</a></li> + <li><a href="http://python.fossee.in/textbooks/" title="textbook companion" target="_blank">Textbook Project</a></li> <br /> -</ul>
\ No newline at end of file +</ul> diff --git a/pytask/templates/base.html b/pytask/templates/base.html index 2923780..7e63447 100644 --- a/pytask/templates/base.html +++ b/pytask/templates/base.html @@ -108,8 +108,8 @@ along with PyTask. If not, see <http://www.gnu.org/licenses/>. <div id="contact"> If you have any trouble using this website, please write to - <a href="mailto:madhusudancs@fossee.in?subject=Trouble in using PyTask website"> - "Madhusudan C.S. <madhusudancs [ symbol looking like a ] fossee [symbol when you are done] in>" + <a href="mailto:info@fossee.in?subject=Trouble in using PyTask website"> + "FOSSEE <info [ symbol looking like a ] fossee [symbol when you are done] in>" </a> </div> </div> |