Skip to content

Commit

Permalink
add NGO url
Browse files Browse the repository at this point in the history
  • Loading branch information
tudoramariei committed Dec 23, 2024
1 parent 76c1fb5 commit c3f117f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/templates/v2/public/components/ngo-card.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<div class="flex flex-col items-start self-stretch justify-start flex-1 gap-4 px-6">
<h1 class="text-lg font-medium">
<a href="#" class="text-cyan-700 hover:text-cyan-600 focus:text-cyan-800 focus:outline-cyan-800">
<a href="{% url 'twopercent' ngo_url=ngo.slug %}" class="text-cyan-700 hover:text-cyan-600 focus:text-cyan-800 focus:outline-cyan-800">
<span class="line-clamp-2">{{ ngo.name }}</span>
<span class="absolute inset-0"></span>
</a>
Expand Down

0 comments on commit c3f117f

Please sign in to comment.