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 text was updated successfully, but these errors were encountered:
gavinwahl
added a commit
to fusionbox/django-subdomains
that referenced
this issue
Dec 11, 2015
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 text was updated successfully, but these errors were encountered: