I've opted to create a similar template to base_css.html, called submission_detail_css.html, which I load into submission_detail.html.
I think this would be better than to include that stylesheet in base_css.html, since only one template will be using recordtransfer_submission_detail_styles.
Closes https://github.com/NationalCentreTruthReconciliation/Secure-Record-Transfer/issues/201
Notes:
I've opted to create a similar template to
base_css.html
, calledsubmission_detail_css.html
, which I load intosubmission_detail.html
.I think this would be better than to include that stylesheet in
base_css.html
, since only one template will be usingrecordtransfer_submission_detail_styles
.