From e6ee17cfbdf968ec285de34be9557466d6e29923 Mon Sep 17 00:00:00 2001 From: Daniel Steglich Date: Tue, 3 Mar 2015 22:36:02 +0100 Subject: [PATCH] fixed variables --- plinth/modules/dynamicdns/dynamicdns.py | 2 +- plinth/modules/dynamicdns/templates/dynamicdns_configure.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plinth/modules/dynamicdns/dynamicdns.py b/plinth/modules/dynamicdns/dynamicdns.py index 31e682bca..711e301d3 100644 --- a/plinth/modules/dynamicdns/dynamicdns.py +++ b/plinth/modules/dynamicdns/dynamicdns.py @@ -99,7 +99,7 @@ class ConfigureForm(forms.Form): dynamicdns_update_url = TrimmedCharField(label=_('Update URL'), required=False, help_text=_('The Variables \ - , , , \ + , , , \ may be \ used')) diff --git a/plinth/modules/dynamicdns/templates/dynamicdns_configure.html b/plinth/modules/dynamicdns/templates/dynamicdns_configure.html index d3ccd5227..c9d884845 100644 --- a/plinth/modules/dynamicdns/templates/dynamicdns_configure.html +++ b/plinth/modules/dynamicdns/templates/dynamicdns_configure.html @@ -66,8 +66,8 @@ {% block page_js %}