Skip to content

Commit

Permalink
Fix domain button label
Browse files Browse the repository at this point in the history
  • Loading branch information
tudoramariei committed Dec 2, 2024
1 parent fcd0c69 commit 72ea84c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/hub/templates/hub/candidate/detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@

{% else %}

{% if not organization_has_domain %}
{% if not organization_has_domain and ORG_EDITING_ENABLED %}
<p class="button is-disabled">
{% trans "You need to choose your domain" %}
</p>
Expand Down

0 comments on commit 72ea84c

Please sign in to comment.