From 9a12553fe29ab29f54598fe05e588e4ffe243901 Mon Sep 17 00:00:00 2001 From: Thorge Petersen <petersen@rz.uni-kiel.de> Date: Mon, 5 Jun 2023 10:30:25 +0200 Subject: [PATCH] Fixed typo --- ckanext/odsh/templates/datarequests/show.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ckanext/odsh/templates/datarequests/show.html b/ckanext/odsh/templates/datarequests/show.html index 9ac6e9bf..60a25beb 100644 --- a/ckanext/odsh/templates/datarequests/show.html +++ b/ckanext/odsh/templates/datarequests/show.html @@ -5,7 +5,7 @@ {% set datarequest_id = c.datarequest.get('id') %} {% block breadcrumb_content %} - <li>{% link_for _('Data Requests'), named_route='ckanext.datarequests.controllers.ui_controller:DataRequestsUI'.index' %}</li> + <li>{% link_for _('Data Requests'), named_route='ckanext.datarequests.controllers.ui_controller:DataRequestsUI.index' %}</li> <li>{% link_for c.datarequest.get('title'), named_route='ckanext.datarequests.controllers.ui_controller:DataRequestsUI.show', id=datarequest_id %}</li> {% endblock %} @@ -65,4 +65,4 @@ </p> {% endif %} -{% endblock %} \ No newline at end of file +{% endblock %} -- GitLab