LoganMeitz / votefinder

GNU General Public License v3.0
2 stars 2 forks source link

Ifequal template tag is deprecated #15

Closed rjmagley closed 1 year ago

rjmagley commented 1 year ago

https://docs.djangoproject.com/en/4.2/releases/4.0/

The tag gets used in game.html, and probably elsewhere. This needs cleaning up - VF doesn't actually properly run with the version of Django we're claiming it should be using in requirements.txt. Didn't catch it because we haven't been putting data through the beta server/local dev until now.