[Answer]-Django constant argument on URL

1👍

If the {% url %} tag you should pass the values for regex groups (the expressions in the round brackets) only so this will work just fine:

{% url 'events_from_client' email.value count.value %}

Leave a comment