moviewyrm/bookwyrm/views/landing
Hugh Rundle e4be6a98e8
do not cache registration form
Fixes #1777

Caching the Landing view also caches the registration form, including the CSRF value.

This moves the caching into the recently reviewed books landing template which is presumably what we're trying to cache here, instead of caching the whole view.

NOTE: this fixes the problem with registration, I haven't done enough testing to be sure it actually still caches the recent reviews data.
2022-01-07 13:13:56 +11:00
..
__init__.py Moves landing views into directory 2021-10-16 11:45:55 -07:00
landing.py do not cache registration form 2022-01-07 13:13:56 +11:00
login.py Don't error out on invalid login POST 2021-12-28 14:50:28 -08:00
password.py Moves landing views into directory 2021-10-16 11:45:55 -07:00
register.py Moves landing views into directory 2021-10-16 11:45:55 -07:00