Skip to content

Commit

Permalink
fix: edit alert condition on decision_form
Browse files Browse the repository at this point in the history
  • Loading branch information
EdoStorm96 committed Apr 17, 2024
1 parent 2bc892e commit bf18776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reviews/templates/reviews/decision_form.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h2>{% trans "Aanvraag beoordelen" %}</h2>
De aanvraag is <a href="{{ pdf_url }}" target="_blank">hier</a> in te zien (downloadt als PDF).
{% endblocktrans %}
</p>
{% if decision.is_final_decision %}
{% if decision.is_final_decision and not decision.go %}
<div class="alert alert-info">
{% blocktrans trimmed %}
<strong>Attentie:</strong> jij bent de laatste beoordelaar van deze aanvraag. Daarom kun je na het versturen je oordeel en commentaar niet meer bewerken. Controleer je antwoorden goed.
Expand Down

0 comments on commit bf18776

Please sign in to comment.