From 00638db52322282d886f16d063db75b849b96888 Mon Sep 17 00:00:00 2001 From: Fredrik Jonsson Date: Fri, 31 Jul 2026 07:45:26 +0200 Subject: [PATCH] Add a template hook user_menu to allow plugins to add items to the user menu. --- hypha/apply/users/templates/users/includes/user_menu.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hypha/apply/users/templates/users/includes/user_menu.html b/hypha/apply/users/templates/users/includes/user_menu.html index 462fd66d76..18e871303f 100644 --- a/hypha/apply/users/templates/users/includes/user_menu.html +++ b/hypha/apply/users/templates/users/includes/user_menu.html @@ -1,4 +1,4 @@ -{% load i18n heroicons %} +{% load i18n heroicons hooks_tags %} {% if request.user.is_authenticated %}
@@ -85,6 +85,7 @@ {% endif %} + {% hook "user_menu" %}
{% csrf_token %}