summaryrefslogtreecommitdiff
path: root/static/website/templates/base.html
diff options
context:
space:
mode:
authorholyantony2015-03-26 12:41:22 +0530
committerholyantony2015-03-26 12:41:22 +0530
commit8f1163e44643ba6bdfd8aa21d9afc6ba9a6b1639 (patch)
tree4a28b16ac5917707a4070589809b7b1aa6d088aa /static/website/templates/base.html
parentad9f4ac915d8f74b02298c93ff2b24782c661e98 (diff)
downloadFOSSEE-Forum-8f1163e44643ba6bdfd8aa21d9afc6ba9a6b1639.tar.gz
FOSSEE-Forum-8f1163e44643ba6bdfd8aa21d9afc6ba9a6b1639.tar.bz2
FOSSEE-Forum-8f1163e44643ba6bdfd8aa21d9afc6ba9a6b1639.zip
Subject:Disabled serach by time option
Description: 1. Changed title to FOSSEE Forum 2. Updated Footer text in login page 3. Disabled search by time option
Diffstat (limited to 'static/website/templates/base.html')
-rw-r--r--static/website/templates/base.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/static/website/templates/base.html b/static/website/templates/base.html
index 8fb39bd..a2f2534 100644
--- a/static/website/templates/base.html
+++ b/static/website/templates/base.html
@@ -5,7 +5,7 @@
<head>
<title>
{% block title %}
- Spoken Tutorial Forums
+ FOSSEE Forums
{% endblock %}
</title>
{% compress css %}
@@ -106,7 +106,7 @@
<div class="cc">
<a class="cc-logo" rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/" target="_blank">
<img src="/static/website/images/cc-logo-88x31.png" alt="CC logo">
- </a> Spoken Tutorial Forum by <a href="http://www.iitb.ac.in" target="_blank">IIT Bombay</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/" target="_blank">Creative Commons Attribution-ShareAlike 4.0 International License</a>
+ </a> FOSSEE Forum by <a href="http://www.iitb.ac.in" target="_blank">IIT Bombay</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/" target="_blank">Creative Commons Attribution-ShareAlike 4.0 International License</a>
</div>
</div> <!-- /#footer-inner -->
</div> <!-- /#footer-wrapper -->