summaryrefslogtreecommitdiff
path: root/static/website/templates/base.html
diff options
context:
space:
mode:
authorJayaram Pai2014-04-15 16:01:00 +0530
committerJayaram Pai2014-04-15 16:01:00 +0530
commit83063012ac3eac51983c83d3b1681595aa59eb1d (patch)
treeed7fb51e09e70ac0490f48c3ddf0c15a573d69ad /static/website/templates/base.html
parent7c74b30aafb85b026ce846de8d2fb6a514d6e4ae (diff)
downloadspoken-tutorial-forums-83063012ac3eac51983c83d3b1681595aa59eb1d.tar.gz
spoken-tutorial-forums-83063012ac3eac51983c83d3b1681595aa59eb1d.tar.bz2
spoken-tutorial-forums-83063012ac3eac51983c83d3b1681595aa59eb1d.zip
major changes done, category logos added
Diffstat (limited to 'static/website/templates/base.html')
-rw-r--r--static/website/templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/website/templates/base.html b/static/website/templates/base.html
index 286a2ec..97b9194 100644
--- a/static/website/templates/base.html
+++ b/static/website/templates/base.html
@@ -23,7 +23,7 @@
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="{% url 'website:home' %}">
- <img id="logo" src="http://spoken-tutorial.org/sites/all/themes/spoken/images/logo.png">
+ <img id="logo" src="{% static 'website/images/logo.png' %}">
Spoken Tutorial Forums
</a>
</div> <!-- /.navbar-header -->