diff --git a/opentech/apply/review/templates/review/review_detail.html b/opentech/apply/review/templates/review/review_detail.html index 3b71fddfc4db8ba5d8fcc797213984d242b8eafd..49b6eeee09234a45cb7e171e9381c740a2a51a42 100644 --- a/opentech/apply/review/templates/review/review_detail.html +++ b/opentech/apply/review/templates/review/review_detail.html @@ -5,7 +5,7 @@ <div class="wrapper wrapper--breakout wrapper--admin"> <div class="wrapper wrapper--large"> <h2 class="heading heading--no-margin">Review</h2> - <h5>For <a href="{% url "funds:submission" review.submission.id %}">{{ review.submission.title }}</a></h5> + <h5>For <a href="{% url "funds:submissions:detail" review.submission.id %}">{{ review.submission.title }}</a></h5> </div> </div> diff --git a/opentech/apply/review/templates/review/review_form.html b/opentech/apply/review/templates/review/review_form.html index ec8fe019ae1d2dc8b866d3c544391bd9cf58d968..e1cf3f1073b6ffd26f7f7e2402fd27c26176567f 100644 --- a/opentech/apply/review/templates/review/review_form.html +++ b/opentech/apply/review/templates/review/review_form.html @@ -4,7 +4,7 @@ <div class="wrapper wrapper--breakout wrapper--admin"> <div class="wrapper wrapper--medium"> <h2 class="heading heading--no-margin">{{ title|default:"Create Review" }}</h2> - <h5>For <a href="{% url "funds:submissions:detail" submission.id %}">{{ submission.title }}</a></h5> + <h5>For <a href="{% url "funds:reviews:detail" submission.id %}">{{ submission.title }}</a></h5> </div> </div>