mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 03:17:07 +00:00
fix: indentation error in last commit
This commit is contained in:
@@ -83,6 +83,7 @@ class OrganisationListView(LoginRequiredMixin, ListView):
|
||||
|
||||
except AttributeError:
|
||||
# Organisation has no AnswerSet - country is 'Unknown'
|
||||
pass
|
||||
|
||||
orgs = orgs_by_country.get(country, [])
|
||||
orgs.append(organisation)
|
||||
|
||||
Reference in New Issue
Block a user