The image modal template tag does not seem to have access to context processors. So for now the context processor tag has been replaced with the hard-coded value. Should look into how to access context processors in template tags, or convert modals to actual templates.
Temporarily addresses #668
The image modal template tag does not seem to have access to context processors. So for now the context processor tag has been replaced with the hard-coded value. Should look into how to access context processors in template tags, or convert modals to actual templates.