Allow URL parameters to be passed in to `previous` and `next` links
Closed this issue · 2 comments
curtisgibby commented
So that filtering variables can be passed from the current month view (e.g. January 2021 having a URI string like events/calendar?filter_key=123
) to the previous
link (events/calendar/2020/12?filter_key=123
) and the next
link (events/calendar/2021/02?filter_key=123
)
dereuromark commented
Can you make a PR of what you mean?
curtisgibby commented
Fixed in #17;