broken user profile link in conference list page

This commit is contained in:
2026-04-06 14:35:34 -06:00
parent 44a2e6dedc
commit 3bbed1a0e3
+1 -1
View File
@@ -42,7 +42,7 @@
{{ if len(c.Hosts) > 0 }}
{{ range j, u := c.Hosts }}
{{ if j > 0 }}, {{ end }}
<a href="/users/{{ u }}" class="text-blue-700 hover:text-blue-900">{{ u }}</a>
<a href="/user/{{ u }}" class="text-blue-700 hover:text-blue-900">{{ u }}</a>
{{ end }}
{{ else }}
None