mirror of
https://github.com/caronc/apprise-api.git
synced 2025-08-10 15:17:34 +02:00
basic javascript added to simplify ui
This commit is contained in:
@ -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, ...')}),
|
||||
|
Reference in New Issue
Block a user