We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58c6a23 commit e430161Copy full SHA for e430161
website/templates/hackathons/list.html
@@ -132,7 +132,7 @@ <h2 class="text-xl font-bold text-gray-900 mb-2">{{ hackathon.name }}</h2>
132
</span>
133
</div>
134
<p class="text-gray-600 text-sm mb-4">
135
- Organized by <a href="{% url 'view_organization' slug=hackathon.organization.slug %}"
+ Organized by <a href="{% url 'organization_detail' slug=hackathon.organization.slug %}"
136
class="text-[#e74c3c] hover:underline">{{ hackathon.organization.name }}</a>
137
</p>
138
<p class="text-gray-700 mb-4 line-clamp-3">{{ hackathon.description|truncatechars:150 }}</p>
0 commit comments