diff --git a/src/khoj/interface/web/base_config.html b/src/khoj/interface/web/base_config.html index bf64164c..fc1d8a0e 100644 --- a/src/khoj/interface/web/base_config.html +++ b/src/khoj/interface/web/base_config.html @@ -15,7 +15,7 @@ {% import 'utils.html' as utils %} - {{ utils.heading_pane(user_photo, username) }} + {{ utils.heading_pane(user_photo, username, is_active) }}
@@ -26,9 +26,6 @@