mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 11:27:09 +00:00
feat: sort by country on organisation list
This commit is contained in:
@@ -88,6 +88,10 @@ class OrganisationAnswerSet(AnswerSet):
|
||||
help_text=(
|
||||
'In which country does this organisation have its main location?'))
|
||||
|
||||
is_partner_organisation = models.BooleanField(default=False,
|
||||
blank=False,
|
||||
null=False)
|
||||
|
||||
latitude = models.FloatField(blank=True, null=True)
|
||||
|
||||
longitude = models.FloatField(blank=True, null=True)
|
||||
|
||||
Reference in New Issue
Block a user