1
0
Fork 0
Commit graph

10 commits

Author SHA1 Message Date
Christof Dorner
9aad37acd5 Specificy fragment name in cache key for landing page 2022-12-26 17:52:03 +01:00
c77e5a1a90
Split css (#1959)
Divides the css into sub-files and normalizes how colors are defined.

Co-authored-by: Joachim <joachim.robert@protonmail.com>
2022-02-19 16:34:17 -08:00
33c6e5aabe Moves remaining tags into new files 2022-01-18 12:28:59 -08:00
0a182e8150 Caches query for landing page books 2022-01-09 13:04:41 -08:00
e8c830750a No cache for suggested books 2022-01-09 13:00:02 -08:00
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
d80feb7470 Renames landing layout template 2021-09-18 15:56:29 -07:00
c28d077cb4 Simplifies query for landing page books 2021-08-07 17:12:38 -07:00
4d8bd3ad93 Cleans up landing page, since we're here 2021-08-07 16:37:51 -07:00
040758c833 Renames "discover" 2021-08-07 11:25:09 -07:00
Renamed from bookwyrm/templates/discover/discover.html (Browse further)