Fixed 404 and 403 errors

This commit is contained in:
Godwin
2016-12-25 09:10:49 -08:00
parent 92a9224716
commit ec06059ce5
8 changed files with 73 additions and 36 deletions
+2 -3
View File
@@ -1,5 +1,4 @@
= render :partial => 'page_header', :locals => {:page_key => 'Conference_Administration'}
= render :partial => 'conferences/page_header', :locals => {:page_key => 'Conference_Administration'}
- if @warnings.present?
= row class: 'warnings', tag: :ul do
- @warnings.each do | warning |
@@ -10,4 +9,4 @@
= columns(medium: 12) do
%h2=_(@page_title)
= registration_step_menu
= render @register_template.to_s
= render "conferences/#{@register_template.to_s}"