remove letters from app/template

This commit is contained in:
stvnrlly
2022-12-07 22:17:01 -05:00
parent 42447fcb8c
commit 14a1d499fa
6 changed files with 41 additions and 892 deletions

View File

@@ -19,7 +19,7 @@ post_create_template_schema = {
},
"if": {
"properties": {
"template_type": {"enum": ["email", "letter"]}
"template_type": {"enum": ["email"]}
}
},
"then": {"required": ["subject"]},