Remove unwanted spaces
This commit is contained in:
parent
fc78d8d962
commit
a410c5c320
1 changed files with 1 additions and 2 deletions
|
@ -226,8 +226,7 @@ class OrganizationAdmin(admin.ModelAdmin):
|
|||
),
|
||||
})
|
||||
)
|
||||
|
||||
ordering = [ 'organisation_english' ]
|
||||
ordering = ['organisation_english']
|
||||
|
||||
def org_url(self, instance):
|
||||
return format_html('<a href="{0}" target="_blank">{1}</a>',
|
||||
|
|
Loading…
Reference in a new issue