diff --git a/beat/web/ui/templatetags/ui_tags.py b/beat/web/ui/templatetags/ui_tags.py index 6a3560963e8ea2583af4a21fc9fd522a0381218f..f6caad237a885153bba0880555330810880c069c 100644 --- a/beat/web/ui/templatetags/ui_tags.py +++ b/beat/web/ui/templatetags/ui_tags.py @@ -129,7 +129,7 @@ def contribution_breadcrumb_plotterparameter(context, obj): 'name_plural': name_plural, 'listurl': name_url + ':plotterparameter-list', 'public_listurl': name_url + ':plotterparameter-public-list', - 'viewurl': name_url + ':plotter-view-latest', + 'viewurl': name_url + ':plotterparameter-view-latest', }