diff options
author | hardythe1 | 2014-07-08 15:28:59 +0530 |
---|---|---|
committer | hardythe1 | 2014-07-08 15:28:59 +0530 |
commit | 0bfc7f75afc21c995c066ac8f4257d93c6a68473 (patch) | |
tree | 49a05f89e767c1cf931f983dcf2ec620468de557 /tbc/templates | |
parent | b728bb54037a36895fb600bb2e2c89a1ba736c0d (diff) | |
download | Python-TBC-Interface-0bfc7f75afc21c995c066ac8f4257d93c6a68473.tar.gz Python-TBC-Interface-0bfc7f75afc21c995c066ac8f4257d93c6a68473.tar.bz2 Python-TBC-Interface-0bfc7f75afc21c995c066ac8f4257d93c6a68473.zip |
changing the year to 2014
Diffstat (limited to 'tbc/templates')
-rwxr-xr-x | 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 f9fb8a1..6a89b50 100755 --- a/tbc/templates/base.html +++ b/tbc/templates/base.html @@ -197,7 +197,7 @@ <hr> <footer> - <center><p>© FOSSEE - IIT Bombay 2013</p></center> + <center><p>© FOSSEE - IIT Bombay 2014</p></center> <center><img src="{% static 'images/fossee.png' %}" width=100 height=70></center> </footer> |