Resource: Fix Atlas showing up as default type for empty one

This commit is contained in:
PCoder 2022-01-17 20:58:49 +05:30
parent caef9906bd
commit 1b9bd6df48
1 changed files with 2 additions and 1 deletions

View File

@ -163,7 +163,8 @@ class Resource(models.Model):
("*****", "*****"),
)
TYPE_CHOICES = (
("", "Atlas"),
("", ""),
("Atlas", "Atlas"),
("Book", "Book"),
("Book chapter", "Book chapter"),
("Case study", "Case study"),