From ba4f8d8ffd46d4cd552720b185d40d6f0a569185 Mon Sep 17 00:00:00 2001 From: James Graham Date: Mon, 8 Mar 2021 12:00:13 +0000 Subject: [PATCH] fix: add back buttons on org list --- people/templates/people/organisation/list.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/people/templates/people/organisation/list.html b/people/templates/people/organisation/list.html index c862bc7..c205d31 100644 --- a/people/templates/people/organisation/list.html +++ b/people/templates/people/organisation/list.html @@ -24,7 +24,6 @@ {% for organisation in country.list %} {{ organisation }} - {% comment %} Details @@ -42,7 +41,6 @@ {% endif %} - {% endcomment %} {% endfor %} {% endfor %}