Temporary fix for https://bugs.launchpad.net/evergreen/+bug/
1687319
Not an ideal fix because it requires javascript, but it'll do for now.
Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
[% END %]
<span>
[% IF any_failures OR ctx.general_hold_error %]
- <a href="[% CGI.param('redirect_to') || CGI.referer | html %]">[% l('Cancel') %]</a>
+ <a href="javascript:history.go(-2);">[% l('Cancel') %]</a>
[% ELSE %]
<div class='hold_success_links'>
- <span><a href="[% CGI.param('redirect_to') || CGI.referer | html %]">[% l('Continue') %]</a></span>
+ <span><a href="javascript:history.go(-2);">[% l('Continue') %]</a></span>
[% IF ctx.is_staff %]
[% IF CGI.param('hold_type') == 'C';
hold_type_label = 'copy';