diff options
author | hardythe1 | 2014-11-19 11:47:27 +0530 |
---|---|---|
committer | hardythe1 | 2014-11-19 11:47:27 +0530 |
commit | cc7e3fd4a03efb3795bacdbbb00c93bc746ea545 (patch) | |
tree | f9bd09847d24c78739130eace37fbb206cafc99c /tbc/templates | |
parent | f274a1c41d6bb94229fffde4d9c30afece3f5c4f (diff) | |
download | Python-TBC-Interface-cc7e3fd4a03efb3795bacdbbb00c93bc746ea545.tar.gz Python-TBC-Interface-cc7e3fd4a03efb3795bacdbbb00c93bc746ea545.tar.bz2 Python-TBC-Interface-cc7e3fd4a03efb3795bacdbbb00c93bc746ea545.zip |
added views & templates for certificate generation
Diffstat (limited to 'tbc/templates')
-rwxr-xr-x | tbc/templates/base.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tbc/templates/base.html b/tbc/templates/base.html index e5ad52f..a6e5856 100755 --- a/tbc/templates/base.html +++ b/tbc/templates/base.html @@ -108,6 +108,7 @@ <li><a href="{% url 'tbc:ListAICTE' %}">Submit Proposal</a></li> <li><a href="{% url 'tbc:SubmitSample' %}">Submit Sample Notebook</a></li> <li><a href="{% url 'tbc:ConfirmBookDetails' %}">Submit Codes</a></li> + <li><a href="{% url 'tbc:GetCertificate' %}">Get Certificate</a></li> <li><a href="{% url 'tbc:UpdatePassword' %}">Update Password</a></li> <li><a href="{% url 'tbc:UserLogout' %}">Logout</a></li> </ul> |