Show the license list in sorted form
This commit is contained in:
parent
da6206c4be
commit
2c1f1fd08b
@ -49,7 +49,7 @@ SUPPORTED_LICENSES = dict(SORTED_SUPPORTED_LICENSES)
|
|||||||
def licenses_as_choices():
|
def licenses_as_choices():
|
||||||
license_list = []
|
license_list = []
|
||||||
|
|
||||||
for uri, data in SUPPORTED_LICENSES.items():
|
for uri, data in SORTED_SUPPORTED_LICENSES:
|
||||||
license_list.append((uri, data["abbreviation"]))
|
license_list.append((uri, data["abbreviation"]))
|
||||||
|
|
||||||
return license_list
|
return license_list
|
||||||
|
Loading…
x
Reference in New Issue
Block a user