ckan / ckanext-dcat

CKAN ♥ DCAT
164 stars 142 forks source link

Don't try to render the DCAT endpoints if turned off by config #259

Closed amercader closed 7 months ago

amercader commented 9 months ago

Fixes #230

The templates were always trying to create the endpoints URL, even if the routes were not registered in the blueprint because it was set to ckanext.dcat.enable_rdf_endpoints = False