diff --git a/RIGS/templates/partials/event_detail_buttons.html b/RIGS/templates/partials/event_detail_buttons.html
index d70a0623..e393dab2 100644
--- a/RIGS/templates/partials/event_detail_buttons.html
+++ b/RIGS/templates/partials/event_detail_buttons.html
@@ -51,7 +51,11 @@
Subhire Insurance Form
{% if event.can_check_in %}
- Check In
+ {% if request.user.current_event %}
+ Check Out
+ {% else %}
+ Check In
+ {% endif %}
{% endif %}
{% endif %}