fix: indentation error in last commit

This commit is contained in:
James Graham
2021-03-09 17:50:22 +00:00
parent 97473a46e2
commit 5d1caf98ba

View File

@@ -83,6 +83,7 @@ class OrganisationListView(LoginRequiredMixin, ListView):
except AttributeError: except AttributeError:
# Organisation has no AnswerSet - country is 'Unknown' # Organisation has no AnswerSet - country is 'Unknown'
pass
orgs = orgs_by_country.get(country, []) orgs = orgs_by_country.get(country, [])
orgs.append(organisation) orgs.append(organisation)