Additional tweak to NoveList added content section to fix
problem where if you navigated away from it and then back to it,
it did not display.
Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
</div>
</div>
<div class='rdetail_extras_div'>
- [% IF tab_is_active(name) OR name == 'awards';
+ [% IF tab_is_active(name);
IF name == 'marchtml';
ctx.marchtml;
ELSE;
# Load the template for the selected extra
INCLUDE "opac/parts/record/${name}.tt2";
END;
+ ELSIF !ctx.is_staff AND name == 'awards' AND !CGI.request_uri.match('expand');
+ INCLUDE "opac/parts/record/awards.tt2";
END;
%]
</div>