Skip to content

Commit

Permalink
Allow documents to be viewed by staff & commission
Browse files Browse the repository at this point in the history
  • Loading branch information
tudoramariei committed Dec 2, 2024
1 parent 648531c commit 9835bb3
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 @@ -153,7 +153,7 @@
<p><span class="label">{% trans 'Representative name' %}:</span> {{ candidate.name }}</p>
<p><span class="label">{% trans 'Representative role' %}:</span> {{ candidate.role }}</p>

{% if candidate.status == 'confirmed' %}
{% if candidate.status == 'confirmed' or can_view_all_information %}

{% if candidate.mandate %}
{% trans "Mandate" as doc_name %}
Expand Down

0 comments on commit 9835bb3

Please sign in to comment.