Skip to content

Commit e430161

Browse files
fix: update url name for organization detail view (OWASP-BLT#3898)
Co-authored-by: sentry-autofix[bot] <157164994+sentry-autofix[bot]@users.noreply.github.com>
1 parent 58c6a23 commit e430161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/templates/hackathons/list.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ <h2 class="text-xl font-bold text-gray-900 mb-2">{{ hackathon.name }}</h2>
132132
</span>
133133
</div>
134134
<p class="text-gray-600 text-sm mb-4">
135-
Organized by <a href="{% url 'view_organization' slug=hackathon.organization.slug %}"
135+
Organized by <a href="{% url 'organization_detail' slug=hackathon.organization.slug %}"
136136
class="text-[#e74c3c] hover:underline">{{ hackathon.organization.name }}</a>
137137
</p>
138138
<p class="text-gray-700 mb-4 line-clamp-3">{{ hackathon.description|truncatechars:150 }}</p>

0 commit comments

Comments
 (0)