You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The subdomainurls url tag doesn't accept the scheme argument, utils.reverse accepts a scheme argument but I can't see how to pass it from the tag.
I was hoping to be able to have something like {% url 'the-url' scheme='https' %}
The subdomainurls url tag doesn't accept the scheme argument,
utils.reverseaccepts a scheme argument but I can't see how to pass it from the tag.I was hoping to be able to have something like
{% url 'the-url' scheme='https' %}