moviewyrm/bookwyrm/views
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
..
admin Email templates 2021-11-17 20:22:00 -08:00
books Adds openlibrary update for book 2021-12-05 13:02:42 -08:00
imports Add openlibrary selector to list 2021-12-14 12:59:24 -08:00
landing do not cache registration form 2022-01-07 13:13:56 +11:00
preferences remove user and their lists from group when group.user blocks them 2021-10-09 22:13:12 +11:00
shelf Adds comment 2022-01-02 07:16:46 -08:00
__init__.py Redirect /@<username> to /user/<username> 2021-12-28 21:40:01 +01:00
annual_summary.py Update annual_summary.py 2022-01-02 17:52:49 +01:00
author.py Update openlibrary author with ISNI 2021-12-05 13:26:22 -08:00
directory.py Use recently active as the default sort order 2021-09-28 15:51:49 -07:00
discover.py Show quotes without content as large discover cards 2021-09-06 08:47:59 -07:00
feed.py Caches suggested books 2022-01-05 13:43:15 -08:00
follow.py handle type errors 2021-12-06 18:18:12 +11:00
get_started.py Merge branch 'main' into search-refactor 2021-09-30 10:41:30 -07:00
goal.py Adds test for shelf 2021-09-28 16:18:32 -07:00
group.py emblacken 2022-01-02 10:19:57 +11:00
helpers.py Merge pull request #1635 from hughrun/remote-follow 2021-12-06 14:36:21 -08:00
inbox.py Updates inbox view 2021-09-27 17:27:17 -07:00
interaction.py Fixes cache of status interact 2022-01-06 11:07:22 -08:00
isbn.py Fixes formatting isbn endpoint results 2021-09-16 12:53:27 -07:00
list.py Simplify decorators in list curate view 2021-12-30 12:45:47 -08:00
notifications.py Load related objects in query 2021-10-02 10:11:27 -07:00
outbox.py New version of black, new whitespace 2021-04-26 09:15:42 -07:00
reading.py Caches suggested books 2022-01-05 13:43:15 -08:00
rss_feed.py Updates calls to privacy_filter 2021-10-06 10:37:09 -07:00
search.py Updates calls to privacy_filter 2021-10-06 10:37:09 -07:00
status.py forceReload prevents ajax submission 2021-11-25 19:12:03 +11:00
updates.py Handle count of notifications banner 2021-11-24 19:00:30 +01:00
user.py fix pylint remark 2021-12-28 21:51:45 +01:00
wellknown.py code cleanup 2021-11-28 21:38:28 +11:00