diff --git a/app/views/proposal/show.html.haml b/app/views/proposal/show.html.haml
index 5894da25..9f974ede 100644
--- a/app/views/proposal/show.html.haml
+++ b/app/views/proposal/show.html.haml
@@ -36,6 +36,8 @@
- if @event.difficulty_level_id
%span.label{:style =>"background-color: #{@event.difficulty_level.color};"}
= @event.difficulty_level.title
+ - if @event.require_registration
+ = link_to "Registration required!", register_conference_path(@conference.short_title), :class => "btn btn-xs btn-warning"
.col-md-9
.row
.col-md-12