mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-09-19 04:59:01 +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'),
|
dynamicdns_update_url = TrimmedCharField(label=_('Update URL'),
|
||||||
required=False,
|
required=False,
|
||||||
help_text=_('The Variables $User\
|
help_text=_('The Variables <User>\
|
||||||
, $Pass, $IP, $Domain\
|
, <Pass>, <IP>, \
|
||||||
may be used'))
|
<Domain> may be \
|
||||||
|
used'))
|
||||||
|
|
||||||
disable_SSL_cert_check = forms.BooleanField(label=_('accept all SSL \
|
disable_SSL_cert_check = forms.BooleanField(label=_('accept all SSL \
|
||||||
certificates'),
|
certificates'),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user