hackerspace-ntnu / website

Website @ hackerspace-ntnu.no
https://www.hackerspace-ntnu.no
MIT License
22 stars 7 forks source link

Add temporary image upload fix #670

Closed mathiazom closed 2 years ago

mathiazom commented 2 years ago

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.