Resource: Fix Atlas showing up as default type for empty one
This commit is contained in:
parent
caef9906bd
commit
1b9bd6df48
1 changed files with 2 additions and 1 deletions
|
@ -163,7 +163,8 @@ class Resource(models.Model):
|
||||||
("*****", "*****"),
|
("*****", "*****"),
|
||||||
)
|
)
|
||||||
TYPE_CHOICES = (
|
TYPE_CHOICES = (
|
||||||
("", "Atlas"),
|
("", ""),
|
||||||
|
("Atlas", "Atlas"),
|
||||||
("Book", "Book"),
|
("Book", "Book"),
|
||||||
("Book chapter", "Book chapter"),
|
("Book chapter", "Book chapter"),
|
||||||
("Case study", "Case study"),
|
("Case study", "Case study"),
|
||||||
|
|
Loading…
Reference in a new issue