diff --git a/opentech/apply/funds/templates/funds/applicationsubmission_detail.html b/opentech/apply/funds/templates/funds/applicationsubmission_detail.html index 828e33c51d53adc048496bac6f821d7f5bca4d79..30b056357f3b9b6de3e089d03d1eaa37c80891a9 100644 --- a/opentech/apply/funds/templates/funds/applicationsubmission_detail.html +++ b/opentech/apply/funds/templates/funds/applicationsubmission_detail.html @@ -77,6 +77,11 @@ {% if object.previous %} <h6><a class="link link--underlined link--bold" href="{% url 'funds:submission' object.previous.id %}">View linked {{ object.previous.stage }}</a></h6> {% endif %} + + {% if object.next %} + <h6><a class="link link--underlined link--bold" href="{% url 'funds:submission' object.next.id %}">View linked {{ object.next.stage }}</a></h6> + {% endif %} + {% for submission in other_submissions %} {% if forloop.first %} <h6 class="heading heading--light-grey heading--small heading--uppercase">Past Submissions</h6>