NationalCentreTruthReconciliation / Secure-Record-Transfer

A transfer portal incorporating CAAIS and BagIt Specifications
https://secure-record-transfer.readthedocs.io/en/latest/
4 stars 2 forks source link

Context Being Lost in Emails Extending _base_email.html #121

Closed danloveg closed 1 year ago

danloveg commented 1 year ago

The context variables are being lost when templates that extend _base_email.html are rendered. Instead of inheriting from a base email, it may be simplest to just copy the required bits from _base_email to every template. That way, the context variables won't be lost.