Skip to content
Snippets Groups Projects
Commit 84500f44 authored by Todd Dembrey's avatar Todd Dembrey
Browse files

Add a link to proposal from concept

parent f4ea1139
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment