From 84500f443cd185076975cce15be6f0a08146baf9 Mon Sep 17 00:00:00 2001 From: Todd Dembrey <todd.dembrey@torchbox.com> Date: Wed, 14 Mar 2018 15:29:37 +0000 Subject: [PATCH] Add a link to proposal from concept --- .../funds/templates/funds/applicationsubmission_detail.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/opentech/apply/funds/templates/funds/applicationsubmission_detail.html b/opentech/apply/funds/templates/funds/applicationsubmission_detail.html index 828e33c51..30b056357 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> -- GitLab