diff --git a/ckanext/odsh/templates/datarequests/show.html b/ckanext/odsh/templates/datarequests/show.html
index 9ac6e9bf7ea0b94f1d7db7d07cbbd4b2722235a1..60a25beb81f795865221b80e4ba3aa65634d559b 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 %}