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 @@