From c720f1f85e5ec7c93604462b7a70e1f84a1ce244 Mon Sep 17 00:00:00 2001 From: Vikas Kushwaha Date: Tue, 11 Feb 2025 17:49:16 +0530 Subject: Substituted 'article' with 'project' --- cmd/web/templates/users/show.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/web/templates/users/show.tmpl') diff --git a/cmd/web/templates/users/show.tmpl b/cmd/web/templates/users/show.tmpl index cf9f1d7..b2b8bab 100644 --- a/cmd/web/templates/users/show.tmpl +++ b/cmd/web/templates/users/show.tmpl @@ -41,7 +41,7 @@ {{ if .IsLoadFavorites }} hx-get="/htmx/users/{{ .User.Username }}/favorites" {{ else }} - hx-get="/htmx/users/{{ .User.Username }}/articles" + hx-get="/htmx/users/{{ .User.Username }}/projects" {{ end }} hx-trigger="load" > -- cgit v1.2.3