summaryrefslogtreecommitdiff
path: root/tbc/templates/base.html
diff options
context:
space:
mode:
authorhardythe12014-10-09 17:39:22 +0530
committerhardythe12014-10-09 17:39:22 +0530
commit0d062fe9bc42eb2a5ae8d3dde79a62e00bb11e3e (patch)
treeb22f35698cb49943cf6f6d8f5316a7c5f020167b /tbc/templates/base.html
parent35dd351a17a06364dba9840b103e34b77b0c2ae1 (diff)
downloadPython-TBC-Interface-0d062fe9bc42eb2a5ae8d3dde79a62e00bb11e3e.tar.gz
Python-TBC-Interface-0d062fe9bc42eb2a5ae8d3dde79a62e00bb11e3e.tar.bz2
Python-TBC-Interface-0d062fe9bc42eb2a5ae8d3dde79a62e00bb11e3e.zip
added about tbc back from python.fossee.in
Diffstat (limited to 'tbc/templates/base.html')
-rwxr-xr-xtbc/templates/base.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/tbc/templates/base.html b/tbc/templates/base.html
index 9c515f3..a9061be 100755
--- a/tbc/templates/base.html
+++ b/tbc/templates/base.html
@@ -84,6 +84,7 @@
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">About<b class="caret"></b></a>
<ul class="dropdown-menu">
+ <li><a href="{% url 'tbc:AboutPytbc' %}">TBC Coding Guidelines</a></li>
<li><a href="http://fossee.in" target="_blank">FOSSEE</a></li>
<li><a href="http://python.fossee.in" target="_blank">Python Team</a></li>
</ul>