[Fixed]-Passing multiple variables from the template to a view

1👍

You need to use & to separate GET parameters.

<a href="{% url 'tande:holiday' %}?value=previous&year={{ year }}&month={{ month }}"

I don’t understand your second question.

Leave a comment