Skip to content

No reverse match when url has arguments #67

Open
@daydream05

Description

@daydream05

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions