mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 03:17:07 +00:00
feat: sort by country on organisation list
This commit is contained in:
@@ -101,9 +101,14 @@ class OrganisationAnswerSetForm(forms.ModelForm, DynamicAnswerSetBase):
|
||||
'website',
|
||||
'countries',
|
||||
'hq_country',
|
||||
'is_partner_organisation',
|
||||
'latitude',
|
||||
'longitude',
|
||||
]
|
||||
labels = {
|
||||
'is_partner_organisation':
|
||||
f'Is this organisation a {settings.PARENT_PROJECT_NAME} partner organisation?'
|
||||
}
|
||||
widgets = {
|
||||
'countries': Select2MultipleWidget(),
|
||||
'hq_country': Select2Widget(),
|
||||
|
||||
Reference in New Issue
Block a user