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 23d1d45 + 11db23d commit 6a8380bCopy full SHA for 6a8380b
django_wtf/templates/core/search_table.html
@@ -5,7 +5,8 @@
5
<div class="my-4 rounded">
6
<div class="shadow-xl card bg-base-200">
7
<div class="pb-2 card-body">
8
- <a target="_blank" href="{{ object.github_url }}">
+ <a target="_blank"
9
+ href="{% url 'core:repo-detail' full_name=object.full_name %}">
10
<h2 class="flex justify-between card-title">
11
<span>{{ object.full_name }}</span>
12
<span class="text-sm">⭐ {{ object.stars }}</span>
0 commit comments