Letter Name -> Select Template
This commit is contained in:
parent
0c47f21416
commit
d564f63915
|
@ -26,7 +26,7 @@ class CLForm(Form):
|
|||
self.letterName.choices = letter_choices(letters)
|
||||
|
||||
letterName = SelectField(
|
||||
'Letter Name:',
|
||||
'Select Template:',
|
||||
[validators.optional()],
|
||||
choices=[(1, 'LETTER TITLE')]
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue