# HG changeset patch # User Brian Neal # Date 1467853439 18000 # Node ID 1a4f4a69e244a6318dbd9d5f5049eaed77d672ac # Parent 999b32c63caeb1058881b20f6a0ab7f8402a4c8c Membermap now uses new post box. diff -r 999b32c63cae -r 1a4f4a69e244 sg101/templates/membermap/index.html --- a/sg101/templates/membermap/index.html Wed Jul 06 19:46:20 2016 -0500 +++ b/sg101/templates/membermap/index.html Wed Jul 06 20:03:59 2016 -0500 @@ -4,7 +4,7 @@ {% load static from staticfiles %} {% block title %}Member Map{% endblock %} {% block pre_custom_css %} -{% css_tags 'jquery-ui markitup' %} +{% css_tags 'jquery-ui' %} {% endblock %} {% block content %}

Member Map

@@ -51,12 +51,21 @@
{% csrf_token %} - {{ form.as_p }} - {% comment_dialogs %} + {{ form.non_field_errors }} + {{ form.location.errors }} +
+
+ +
+
+ {% post_box form.message %}

+ {% include 'core/v3/post_box_modals.html' %} {% else %}

The member map allows members to place themselves on a google map along with a short message. @@ -69,9 +78,10 @@ {% endblock %} {% block custom_js %} - + + -{% js_tags 'jquery-ui markitup' %} +{% js_tags 'jquery-ui' %}