Skip to content

Commit

Permalink
Disable registered attendee message
Browse files Browse the repository at this point in the history
  • Loading branch information
cycomachead committed Aug 1, 2024
1 parent 07dde51 commit 4abb90c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/conferences/_about_and_happening_now.haml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

= content_for :about do
#about
-if @user_registered && conference.registered_attendees_message.present?
= markdown(conference.registered_attendees_message, false)
-# -if @user_registered && conference.registered_attendees_message.present?
-# = markdown(conference.registered_attendees_message, false)
= markdown(conference.description, false)

%section#about-and-happening-now
Expand Down

0 comments on commit 4abb90c

Please sign in to comment.