mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-28 08:03:36 +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'),
|
||||
required=False,
|
||||
help_text=_('The Variables <User>\
|
||||
, <Pass>, <IP>, \
|
||||
, <Pass>, <Ip>, \
|
||||
<Domain> may be \
|
||||
used'))
|
||||
|
||||
|
||||
@ -66,8 +66,8 @@
|
||||
{% block page_js %}
|
||||
|
||||
<script type="text/javascript">
|
||||
var SELFHOST = 'https://carol.selfhost.de/update?username=<Username>&password=<Password>&myip=<Ip>'
|
||||
var NOIP = "http://dynupdate.no-ip.com/nic/update?hostname=<domain>&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>'
|
||||
window.onload = function() {mod_form()}
|
||||
|
||||
function show_pass()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user