From 49689831538c3165d59256e6763f39e57bea1703 Mon Sep 17 00:00:00 2001 From: Charles Connell Date: Sat, 21 Dec 2013 23:01:28 -0500 Subject: [PATCH] Add facebook like button #209 --- karmaworld/templates/base.html | 6 ++++++ karmaworld/templates/notes/note_detail.html | 17 +++++++++++++++++ 2 files changed, 23 insertions(+) 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 %} -- 2.25.1