From 72ea84c5964d10af8c3c68fbb24c78bbeb4721eb Mon Sep 17 00:00:00 2001 From: Tudor Amariei Date: Mon, 2 Dec 2024 23:52:53 +0200 Subject: [PATCH] Fix domain button label --- backend/hub/templates/hub/candidate/detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/hub/templates/hub/candidate/detail.html b/backend/hub/templates/hub/candidate/detail.html index 4c47f72..d516d64 100644 --- a/backend/hub/templates/hub/candidate/detail.html +++ b/backend/hub/templates/hub/candidate/detail.html @@ -118,7 +118,7 @@ {% else %} - {% if not organization_has_domain %} + {% if not organization_has_domain and ORG_EDITING_ENABLED %}

{% trans "You need to choose your domain" %}