summaryrefslogtreecommitdiff
path: root/static/website/templates/base.html
diff options
context:
space:
mode:
authorJayaram Pai2013-12-01 13:09:49 +0530
committerJayaram Pai2013-12-01 13:09:49 +0530
commit8533d61eb93ecb4c943ec3c3b83dfef87b20a916 (patch)
tree4fa52f3c02fe1f5c50a4d386cc670faeaae6d7e4 /static/website/templates/base.html
parentaf3e4d8942680a5c08492d2ed179d8e401a8bf57 (diff)
downloadspoken-tutorial-forums-8533d61eb93ecb4c943ec3c3b83dfef87b20a916.tar.gz
spoken-tutorial-forums-8533d61eb93ecb4c943ec3c3b83dfef87b20a916.tar.bz2
spoken-tutorial-forums-8533d61eb93ecb4c943ec3c3b83dfef87b20a916.zip
basic auth and new-question
Diffstat (limited to 'static/website/templates/base.html')
-rw-r--r--static/website/templates/base.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/static/website/templates/base.html b/static/website/templates/base.html
index dd81da9..f89417f 100644
--- a/static/website/templates/base.html
+++ b/static/website/templates/base.html
@@ -53,7 +53,7 @@
{% block sidebar %}
<h4>Recent Posts</h4>
{% load sidebar_tags %}
- {% recent_posts %}
+ {% recent_questions %}
{% endblock %}
</div> <!-- /#sidebar -->
</div> <!-- /#content-inner -->
@@ -70,5 +70,6 @@
<script src="{% static 'website/js/jquery.min.js' %}"></script>
<script src="{% static 'website/js/bootstrap.min.js' %}"></script>
+ <script src="{% static 'website/js/custom.js' %}"></script>
</body>
</html>