# HG changeset patch # User Brian Neal # Date 1477615640 18000 # Node ID bb82177cc236f39259282e7289ed2077b4c9aee7 # Parent 0e93eaa323e7b7ec4b0afce4d08438932d70d62b Issue #92 missing javascript for new post box. diff -r 0e93eaa323e7 -r bb82177cc236 sg101/templates/bio/edit_profile.html --- a/sg101/templates/bio/edit_profile.html Sun Oct 23 12:17:03 2016 -0500 +++ b/sg101/templates/bio/edit_profile.html Thu Oct 27 19:47:20 2016 -0500 @@ -176,5 +176,6 @@ {% script_tags 'jquery-ui' %} + {% endblock %} diff -r 0e93eaa323e7 -r bb82177cc236 sg101/templates/contests/contest_detail.html --- a/sg101/templates/contests/contest_detail.html Sun Oct 23 12:17:03 2016 -0500 +++ b/sg101/templates/contests/contest_detail.html Thu Oct 27 19:47:20 2016 -0500 @@ -99,6 +99,7 @@ {% block custom_js %} {% if contest.is_active %} + + - {% endblock %} diff -r 0e93eaa323e7 -r bb82177cc236 sg101/templates/membermap/index.html --- a/sg101/templates/membermap/index.html Sun Oct 23 12:17:03 2016 -0500 +++ b/sg101/templates/membermap/index.html Thu Oct 27 19:47:20 2016 -0500 @@ -76,6 +76,7 @@ {% endblock %} {% block custom_js %} + + {% endblock %} diff -r 0e93eaa323e7 -r bb82177cc236 sg101/templates/messages/view_message.html --- a/sg101/templates/messages/view_message.html Sun Oct 23 12:17:03 2016 -0500 +++ b/sg101/templates/messages/view_message.html Thu Oct 27 19:47:20 2016 -0500 @@ -62,6 +62,7 @@ {% block custom_js %} {% if form %} + {% endif %} {% endblock %} diff -r 0e93eaa323e7 -r bb82177cc236 sg101/templates/polls/poll_detail.html --- a/sg101/templates/polls/poll_detail.html Sun Oct 23 12:17:03 2016 -0500 +++ b/sg101/templates/polls/poll_detail.html Thu Oct 27 19:47:20 2016 -0500 @@ -74,6 +74,7 @@ {% block custom_js %} {% if poll.is_open %} + {% endif %} {% endblock %} diff -r 0e93eaa323e7 -r bb82177cc236 sg101/templates/potd/view.html --- a/sg101/templates/potd/view.html Sun Oct 23 12:17:03 2016 -0500 +++ b/sg101/templates/potd/view.html Thu Oct 27 19:47:20 2016 -0500 @@ -84,5 +84,6 @@ {% endblock %} {% block custom_js %} + {% endblock %}