mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-20 10:34:30 +00:00
fixed variables
This commit is contained in:
parent
145028d518
commit
e6ee17cfbd
@ -99,7 +99,7 @@ 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>, \
|
, <Pass>, <Ip>, \
|
||||||
<Domain> may be \
|
<Domain> may be \
|
||||||
used'))
|
used'))
|
||||||
|
|
||||||
|
|||||||
@ -66,8 +66,8 @@
|
|||||||
{% block page_js %}
|
{% block page_js %}
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var SELFHOST = 'https://carol.selfhost.de/update?username=<Username>&password=<Password>&myip=<Ip>'
|
var SELFHOST = 'https://carol.selfhost.de/update?username=<Usere>&password=<Pass>&myip=<Ip>'
|
||||||
var NOIP = "http://dynupdate.no-ip.com/nic/update?hostname=<domain>&myip=<Ip>"
|
var NOIP = 'http://dynupdate.no-ip.com/nic/update?hostname=<Domain>&myip=<Ip>'
|
||||||
window.onload = function() {mod_form()}
|
window.onload = function() {mod_form()}
|
||||||
|
|
||||||
function show_pass()
|
function show_pass()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user