Skip to content

Commit

Permalink
Fix the candidate status
Browse files Browse the repository at this point in the history
  • Loading branch information
tudoramariei committed Nov 18, 2024
1 parent 5fcf9fa commit 5474c73
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 @@ -49,7 +49,7 @@
</div>

<div class="need-description">
<b>Stare candidatură: <span class="status-{{ candidate.status }}">{% trans candidate_status.capitalize %}</span></b>
<b>Stare candidatură: <span class="status-{{ candidate.status }}">{{ candidate_status.capitalize }}</span></b>
{% if not user.is_superuser and user|has_permission:"approve_candidate" and candidate.status != 'pending' %}
{% if user|already_confirmed_candidate_status:candidate %}(validată){% else %}(nevalidată){% endif %}
{% endif %}
Expand Down

0 comments on commit 5474c73

Please sign in to comment.