Skip to content
Snippets Groups Projects
Commit 28d5b6d4 authored by Thorge Petersen's avatar Thorge Petersen
Browse files

Fixed view profile link id

parent d0dbd88c
Branches
Tags
1 merge request!50Upgraded to CKAN 2.10
......@@ -77,7 +77,7 @@
<circle cx="27" cy="17" r="7.5" />
<path d="M42.5,44.5h-31v-6.4c0-4.7,3.9-8.6,8.6-8.6h13.9c4.7,0,8.6,3.9,8.6,8.6V44.5z" />
</svg>
<a href="{{ h.url_for('user.read', id=c.userobj.display_name) }}" aria-label="{{ _('View profile') }}" title="{{ _('View profile') }}" role="menuitem">
<a href="{{ h.url_for('user.read', id=c.userobj.name) }}" aria-label="{{ _('View profile') }}" title="{{ _('View profile') }}" role="menuitem">
<span class="text">
{{ _('View profile') }}
</span>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment