diff --git a/app/controllers/announcements_controller.rb b/app/controllers/announcements_controller.rb index 56fdc85..3fc4368 100644 --- a/app/controllers/announcements_controller.rb +++ b/app/controllers/announcements_controller.rb @@ -508,7 +508,7 @@ class AnnouncementsController < ApplicationController render "archives/download_file.html",:layout=>false else if (current_site.accessibility_mode rescue false) - render "redirect_to_file",:layout=>false + render "archives/redirect_to_file.html",:layout=>false else send_file(@path) end