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 %}