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 52feadc + 987b6d7 commit 7adb967Copy full SHA for 7adb967
toolhub_auth/templates/auth/profile.jinja
@@ -11,11 +11,11 @@
11
</div>
12
<h2>{{ profile_user }}</h2>
13
<div class="my-2">
14
- <span class="badge badge-primary">
+ <a href="{{ url('tools:home') }}?user={{request.user.pk}}" class="badge badge-primary">
15
{% trans tool_count=profile_user.tools.visible_to_user(user).count() %}
16
{{ tool_count }} Tools
17
{% endtrans %}
18
- </span>
+ </a>
19
20
21
<h3>Borrowing <span class="badge badge-primary">{{ borrowing.count() }}</span></h3>
0 commit comments