Open
Description
This is my url config with the host 'app'
url(r'^my-services/(?P<pk>[0-9]+)/update/$', views.service_update, name="service_update")
And this is my template tag. I've tried hard coding the value for pk with the valid value but it still would not work.
{% host_url 'service_update' host 'app' pk=service.id%}
Metadata
Metadata
Assignees
Labels
No labels