Powered by
Another way is to have a separate view for "next" ...
# 🔥-django-htmx
e
early-camera-41285
08/21/2022, 6:18 PM
Another way is to have a separate view for "next" and "previous," so one button would have
hx-post="/next"
and the other would have
hx-post="/prev"
. Then you can handle the logic server side
Previous
Next