mirror of
https://github.com/TrentSPalmer/trentpalmerdotorg.git
synced 2024-12-22 21:12:49 -08:00
extend LICENSE_CHOICES
This commit is contained in:
parent
81281c1baf
commit
72d8f56422
@ -2,5 +2,6 @@ LICENSE_CHOICES = [
|
||||
(1, 'Public Domain'),
|
||||
(2, 'Unknown'),
|
||||
(3, 'CC BY-SA 2.5'),
|
||||
(4, 'CC BY-SA 3.0')
|
||||
(4, 'CC BY-SA 3.0'),
|
||||
(5, 'CC BY 3.0')
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user