diff --git a/opentech/apply/funds/templates/funds/applicationsubmission_detail.html b/opentech/apply/funds/templates/funds/applicationsubmission_detail.html index 29ebd486c69d4c5f268c4544185b6ee9623f29a3..c41ca5a8df9b570298be0630e8e7a9b00471976c 100644 --- a/opentech/apply/funds/templates/funds/applicationsubmission_detail.html +++ b/opentech/apply/funds/templates/funds/applicationsubmission_detail.html @@ -95,7 +95,7 @@ {% if object|pending_determination:request.user %} <p>Pending</p> {% else %} - <a href="{% url 'apply:submissions:determinations:detail' pk=object.determination.id submission_pk=object.id %}">{{ object.determination.get_determination_display }}</a> + <a href="{% url 'apply:submissions:determinations:detail' pk=object.determination.id submission_pk=object.id %}">{{ object.determination.get_outcome_display }}</a> {{ object.determination.updated_at|date:"Y-m-d" }} by {{ object.determination.author }} {% endif %} {% endif %}