basic javascript added to simplify ui

This commit is contained in:
Chris Caron
2019-10-27 19:41:02 -04:00
parent 4a8921abb8
commit 2f21c0761d
4 changed files with 261 additions and 126 deletions

View File

@ -103,7 +103,7 @@ class NotifyForm(forms.Form):
max_length=apprise.NotifyBase.body_maxlen,
)
tag = forms.ChoiceField(
tag = forms.CharField(
label=_('Tags'),
widget=forms.TextInput(
attrs={'placeholder': _('Optional_Tag1, Optional_Tag2, ...')}),