From 49a60d2f7b951d42396456013abdf5b40b9019f2 Mon Sep 17 00:00:00 2001 From: Fredrik Jonsson <frjo@xdeb.org> Date: Thu, 7 Mar 2019 11:32:56 +0100 Subject: [PATCH] Update applicationsubmission_reviewer_detail template with renamed sub templates. --- .../templates/funds/applicationsubmission_reviewer_detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opentech/apply/funds/templates/funds/applicationsubmission_reviewer_detail.html b/opentech/apply/funds/templates/funds/applicationsubmission_reviewer_detail.html index 48cb367b7..dcc7f795f 100644 --- a/opentech/apply/funds/templates/funds/applicationsubmission_reviewer_detail.html +++ b/opentech/apply/funds/templates/funds/applicationsubmission_reviewer_detail.html @@ -5,7 +5,7 @@ <div class="sidebar__inner"> <h5>Reviews & assignees</h5> - {% include 'funds/includes/review_table.html' %} + {% include 'funds/includes/review_sidebar.html' %} <div class="wrapper wrapper--sidebar-buttons"> {% include 'review/includes/review_button.html' with submission=object class="button--half-width" %} -- GitLab