diff options
author | hardythe1 | 2013-12-15 15:27:34 +0530 |
---|---|---|
committer | hardythe1 | 2013-12-15 15:27:34 +0530 |
commit | 5bcde8fafa5c7e5bb99263572656c7395e57cc4e (patch) | |
tree | 7e0e9279a4efc07c5a8b00779ab5868c71332ae7 /tbc/templates/base.html | |
parent | 58181ccc5be1da52bc4d73e793fb530a861eed28 (diff) | |
download | Python-TBC-Interface-5bcde8fafa5c7e5bb99263572656c7395e57cc4e.tar.gz Python-TBC-Interface-5bcde8fafa5c7e5bb99263572656c7395e57cc4e.tar.bz2 Python-TBC-Interface-5bcde8fafa5c7e5bb99263572656c7395e57cc4e.zip |
adding FOSSEE logo in the footer
Diffstat (limited to 'tbc/templates/base.html')
-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 00df0ac..45e2719 100755 --- a/tbc/templates/base.html +++ b/tbc/templates/base.html @@ -164,6 +164,7 @@ <footer> <center><p>© FOSSEE - IIT Bombay 2013</p></center> + <center><img src="{% static 'images/fossee.png' %}" width=100 height=70></center> </footer> </div> <!-- /container --> |