diff options
author | hardythe1 | 2014-07-10 12:26:53 +0530 |
---|---|---|
committer | hardythe1 | 2014-07-10 12:26:53 +0530 |
commit | 73ad4959c04a8b0b452bb79576b8cde5d2f731b6 (patch) | |
tree | 4cb502b34d73e3893e4aab03d14d02cf6c503c88 | |
parent | 17e8751107060b02933c743d166f207422745c3f (diff) | |
parent | 0bbf0d2e96a65649c1873bab39808bc84567090e (diff) | |
download | Python-TBC-Interface-73ad4959c04a8b0b452bb79576b8cde5d2f731b6.tar.gz Python-TBC-Interface-73ad4959c04a8b0b452bb79576b8cde5d2f731b6.tar.bz2 Python-TBC-Interface-73ad4959c04a8b0b452bb79576b8cde5d2f731b6.zip |
Merge branch 'master' of https://github.com/FOSSEE/Python-TBC-Interface
-rw-r--r-- | comments/templates/comments/comment_base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comments/templates/comments/comment_base.html b/comments/templates/comments/comment_base.html index bcf8437..057d2f0 100644 --- a/comments/templates/comments/comment_base.html +++ b/comments/templates/comments/comment_base.html @@ -199,7 +199,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> |