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,7 +226,6 @@ class OrganizationAdmin(admin.ModelAdmin):
),
})
)
ordering = ['organisation_english']
def org_url(self, instance):