We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 93b592c + a980188 commit 9804710Copy full SHA for 9804710
toolhub_auth/templates/auth/profile.jinja
@@ -11,7 +11,7 @@
11
</div>
12
<h2>{{ profile_user }}</h2>
13
<div class="my-2">
14
- <a href="{{ url('tools:home') }}?user={{request.user.pk}}" class="badge badge-primary">
+ <a href="{{ url('tools:home') }}?user={{profile_user.pk}}" class="badge badge-primary">
15
{% trans tool_count=profile_user.tools.visible_to_user(user).count() %}
16
{{ tool_count }} Tools
17
{% endtrans %}
0 commit comments