From: Charles Connell Date: Sun, 22 Dec 2013 04:01:28 +0000 (-0500) Subject: Add facebook like button #209 X-Git-Tag: release-20150131~370 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=49689831538c3165d59256e6763f39e57bea1703;p=oweals%2Fkarmaworld.git Add facebook like button #209 --- diff --git a/karmaworld/templates/base.html b/karmaworld/templates/base.html index 0f2d719..74f330b 100644 --- a/karmaworld/templates/base.html +++ b/karmaworld/templates/base.html @@ -48,6 +48,12 @@ + + +{% block bodyscripts %} +{% endblock %} + + {% include 'header.html' %} diff --git a/karmaworld/templates/notes/note_detail.html b/karmaworld/templates/notes/note_detail.html index 5eadb1c..0f1951a 100644 --- a/karmaworld/templates/notes/note_detail.html +++ b/karmaworld/templates/notes/note_detail.html @@ -9,6 +9,17 @@ {% endblock %} +{% block bodyscripts %} +
+ +{% endblock %} + {% block content %}
@@ -82,4 +93,10 @@
+ + + +
+
+
{% endblock %}