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 %}