[ckan-dev] "There is a broken url being created"

Adrià Mercader adria.mercader at okfn.org
Tue Oct 13 10:50:56 UTC 2015


Try to use the full controller path on the link_for call:


> {% link_for _('Edit/Remove'), controller='ckanext.tagmanager.controller:TagmanagerController', action='edit' %}

instead of

> {% link_for _('Edit/Remove'), controller='tagmanager', action='edit' %}

Adrià



More information about the ckan-dev mailing list