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.
1 parent f4419e2 commit 11db23dCopy full SHA for 11db23d
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