diff --git a/app/views/proposals/index.html.haml b/app/views/proposals/index.html.haml
index cf57c644..8b6964df 100644
--- a/app/views/proposals/index.html.haml
+++ b/app/views/proposals/index.html.haml
@@ -76,7 +76,7 @@
= event.event_type.title
= "(#{event.event_type.length} min)"
= "in #{event.track.name}" if event.track
- - if event.require_registration
+ - if event.require_registration && current_user.is_admin
%br
= link_to registered_text(event), registrations_conference_program_proposal_path(@conference.short_title, event), class: 'btn btn-xs btn-danger'