diff --git a/app/templates/events/createEvent.html b/app/templates/events/createEvent.html
index 549e45013..90ddbbdee 100644
--- a/app/templates/events/createEvent.html
+++ b/app/templates/events/createEvent.html
@@ -71,6 +71,7 @@
{% else %}
+
diff --git a/app/templates/main/userProfile.html b/app/templates/main/userProfile.html
index d722da904..408dec759 100644
--- a/app/templates/main/userProfile.html
+++ b/app/templates/main/userProfile.html
@@ -558,6 +558,13 @@
Requirement Progress
{% endif %}
+{% if volunteer != g.current_user %}
+
+{% endif %}
+
+
@@ -785,3 +792,4 @@
Handbook signed for AY {{g.current_term.academicYear}}!
{% endblock %}
+