fixed variables

This commit is contained in:
Daniel Steglich 2015-03-03 22:36:02 +01:00
parent 145028d518
commit e6ee17cfbd
2 changed files with 3 additions and 3 deletions

View File

@ -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'))

View File

@ -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()