diff options
author | Trupti Rajesh Kini | 2017-05-02 16:23:57 +0530 |
---|---|---|
committer | GitHub | 2017-05-02 16:23:57 +0530 |
commit | d5f9e5daa3f67887b7b788f560e7c6993b394c40 (patch) | |
tree | 881d11ed3cdbae42e424c67be9dd9ddacbb0d090 /tbc/templates | |
parent | ab0d8a8cec9a8ad3a604301316c2416bbc762bc2 (diff) | |
download | Python-TBC-Interface-d5f9e5daa3f67887b7b788f560e7c6993b394c40.tar.gz Python-TBC-Interface-d5f9e5daa3f67887b7b788f560e7c6993b394c40.tar.bz2 Python-TBC-Interface-d5f9e5daa3f67887b7b788f560e7c6993b394c40.zip |
footer updated
Diffstat (limited to 'tbc/templates')
-rw-r--r-- | tbc/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tbc/templates/base.html b/tbc/templates/base.html index 7bc4649..0b5dead 100644 --- a/tbc/templates/base.html +++ b/tbc/templates/base.html @@ -444,7 +444,7 @@ a.viewdescription:hover {background-color:#999; color: White;} <hr> <footer> - <center><p>© FOSSEE - IIT Bombay 2014</p></center> + <center><p>© FOSSEE - IIT Bombay since 2014</p></center> <center><img src="{% static 'images/fossee.png' %}" width=100 height=70><br><br> <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.</center> </footer> |