From ac654756941ecbf8e9c3643da5879539fc08d08c Mon Sep 17 00:00:00 2001
From: Chris Lawton <chris.lawton@torchbox.com>
Date: Mon, 5 Mar 2018 15:37:00 +0000
Subject: [PATCH] correcting closing div tag

---
 .../funds/templates/funds/applicationsubmission_detail.html     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/opentech/apply/funds/templates/funds/applicationsubmission_detail.html b/opentech/apply/funds/templates/funds/applicationsubmission_detail.html
index af0a239d5..ee2446e62 100644
--- a/opentech/apply/funds/templates/funds/applicationsubmission_detail.html
+++ b/opentech/apply/funds/templates/funds/applicationsubmission_detail.html
@@ -104,7 +104,7 @@
         <div class="feed">
             {% include "activity/include/comment_form.html" %}
             {% include "activity/include/comment_list.html" %}
-        </aside>
+        </div>
     </div>
 
     {# Tab 3 #}
-- 
GitLab