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
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%}
The text was updated successfully, but these errors were encountered:
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%}
The text was updated successfully, but these errors were encountered: