Fix selection on modal, fix a typo

This commit is contained in:
Montana
2018-09-10 12:26:13 -04:00
parent 2bbb859ad8
commit 5b973ab1e4
3 changed files with 106 additions and 74 deletions

View File

@@ -7,7 +7,7 @@ from atst.models import Base, types, mixins
class CSPRole(Enum):
NONSENSE_ROLE = "nonesense_role"
NONSENSE_ROLE = "nonsense_role"
class EnvironmentRole(Base, mixins.TimestampsMixin):