From 1c7b294f9fe8610bb8a326a3324a1c1f8ce2c121 Mon Sep 17 00:00:00 2001 From: Te Llamas Date: Tue, 8 Nov 2022 02:37:15 +0000 Subject: [PATCH] minor fix --- users/templates/users/home.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/templates/users/home.html b/users/templates/users/home.html index 121502ee..9641e8ff 100644 --- a/users/templates/users/home.html +++ b/users/templates/users/home.html @@ -16,7 +16,7 @@ {% else %} {{ site_name }} - {{user.display_name}} {% endif %} - + {% include "partial/_common_libs.html" with jquery=1 %}