mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-03-11 09:04:54 +00:00
changed syntax of variables
This commit is contained in:
parent
3e75e65fc5
commit
bc7ed8dec9
@ -98,9 +98,10 @@ class ConfigureForm(forms.Form):
|
||||
|
||||
dynamicdns_update_url = TrimmedCharField(label=_('Update URL'),
|
||||
required=False,
|
||||
help_text=_('The Variables $User\
|
||||
, $Pass, $IP, $Domain\
|
||||
may be used'))
|
||||
help_text=_('The Variables <User>\
|
||||
, <Pass>, <IP>, \
|
||||
<Domain> may be \
|
||||
used'))
|
||||
|
||||
disable_SSL_cert_check = forms.BooleanField(label=_('accept all SSL \
|
||||
certificates'),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user