diff --git a/call.html b/call.html index 487e095..dcdd07c 100644 --- a/call.html +++ b/call.html @@ -1,5 +1,25 @@ {% extends "./wrapper.html" %}{% load actionkit_tags %} {% block content %} +
@@ -18,7 +38,11 @@

{{ page.title }}

{% autoescape off %} {% include_tmpl form.introduction_text %} {% endautoescape %} - +
+
diff --git a/event_attend.html b/event_attend.html index 880bae6..1ca29df 100644 --- a/event_attend.html +++ b/event_attend.html @@ -23,9 +23,9 @@ +{% if request.GET.selfredirect %}{% endif %} - - +{% if not request.GET.hidewrapper %}
@@ -55,7 +55,7 @@

Update Signup Information

- +{% endif %}
@@ -72,11 +72,13 @@

Update Signup Information

+{% if not request.GET.hidewrapper %} {% with 1 as hide_map %} {% include "./event_search_results.html" %} {% endwith %} +{% endif %} @@ -116,11 +118,14 @@

Update Signup Information

-
-{% if event.is_in_past %} +{% if event.is_in_past and not request.GET.hidewrapper %}

Sorry, it's too late to sign up for this event.

-{% else %} +{% elif request.GET.hidewrapper %} +
+{% elif not event.is_in_past and not request.GET.hidewrapper %} +

RSVP to attend this event

+{% endif %}
@@ -264,4 +269,4 @@

Sorry, this event isn't available for signup.

-{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/event_host_tools.html b/event_host_tools.html index c7e3c8e..66cb216 100644 --- a/event_host_tools.html +++ b/event_host_tools.html @@ -219,9 +219,13 @@

{% include "./event_invite.html" %}

{% endif %} +
- + +

Onsite Registrants

+ + {% else %}
diff --git a/letter.html b/letter.html index 1f77d5f..63b4d76 100644 --- a/letter.html +++ b/letter.html @@ -2,7 +2,171 @@ {% block content %} -
+ +
+
+

{{ page.title }}

+
+
+ + + + + +
+
+
+ + +
+ + {% autoescape off %} + {% include_tmpl form.statement_leadin %} + {% endautoescape %} + +
+
+ +
+
+ + {% if page.custom_fields.featured_image %} + + {% endif %} + + {% include "./progress_meter.html" %} + +
+
+
+ + + {% include "./user_form_wrapper_local.html" %} + {% include "./optin.html" %} +
+ +
+
+ + +
+ +
+ + + + + +
+
+
+
+ +
+
+ + +
+
+ + +
+ + + + + + {% endblock %} diff --git a/survey.html b/survey.html index dc8112c..567627b 100644 --- a/survey.html +++ b/survey.html @@ -45,7 +45,7 @@

{{ page.title }}

{% endfor %} {% endautoescape %} - +
diff --git a/wrapper.html b/wrapper.html index 7bd35ea..6691e02 100644 --- a/wrapper.html +++ b/wrapper.html @@ -40,7 +40,10 @@ {% end %} {% block script_additions %}{% endblock %} - + +{% if not request.GET.hidewrapper %} + +
@@ -54,12 +57,15 @@
- +{% endif %}
+ {% block content %}{% endblock %} -
+ + {% if not request.GET.hidewrapper %} +
@@ -172,7 +178,8 @@
- + +{% endif %} {% block below_form %}