mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 11:27:09 +00:00
fix: indentation error in last commit
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user