Remove unwanted spaces

This commit is contained in:
PCoder 2022-01-05 22:18:59 +05:30
parent fc78d8d962
commit a410c5c320
1 changed files with 1 additions and 2 deletions

View File

@ -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>',