Adds email template and settings for conference registration dates updates

Added tests

Minor typo
This commit is contained in:
Gopesh Tulsyan 2014-07-10 22:11:27 +05:30
parent c16d76c9b8
commit 6d847547b7
5 changed files with 26 additions and 4 deletions

View file

@ -38,6 +38,9 @@
= f.input :send_on_updated_conference_dates, hint: "This is to notify all participants that the conference dates has been changed."
= f.input :updated_conference_dates_subject
= f.input :updated_conference_dates_template, :input_html => { :rows => 10, :cols => 20 }
= f.input :send_on_updated_conference_registration_dates, hint: "This is to notify all participants that the conference registration dates has been changed."
= f.input :updated_conference_registration_dates_subject
= f.input :updated_conference_registration_dates_template, :input_html => { :rows => 10, :cols => 20 }
= f.action :submit, :as => :button, :button_html => {:class => "btn btn-primary"}
:javascript