diff --git a/nsupdate/main/templates/main/domain.html b/nsupdate/main/templates/main/domain.html index 88f2061..b17e8af 100644 --- a/nsupdate/main/templates/main/domain.html +++ b/nsupdate/main/templates/main/domain.html @@ -3,7 +3,7 @@ {% block content %}
-

{{ domain.domain }}
back to overview

+

{{ domain.domain }}
back to overview

Edit Domain

You can't change the domain name. If you want to have another domain name, you have to delete this domain and create a new one.

diff --git a/nsupdate/main/templates/main/generate_ns_secret.html b/nsupdate/main/templates/main/generate_ns_secret.html index 402f628..f178b80 100644 --- a/nsupdate/main/templates/main/generate_ns_secret.html +++ b/nsupdate/main/templates/main/generate_ns_secret.html @@ -6,7 +6,7 @@

Nameserver Shared Secret Generated
- back to overview

+ back to overview

New nameserver shared secret generated for you. Everytime you visit this page a new secret will be generated and the old one becomes invalid.

Secret: {{ shared_secret }}

diff --git a/nsupdate/main/templates/main/generate_secret.html b/nsupdate/main/templates/main/generate_secret.html index bd2f326..3024e62 100644 --- a/nsupdate/main/templates/main/generate_secret.html +++ b/nsupdate/main/templates/main/generate_secret.html @@ -6,7 +6,7 @@

Host Secret Generated
- back to overview

+ back to overview

New secret generated for you. We store it hashed, so save it now, or you have to generate a new one again. Everytime you visit this page a new secret will be generated and the old one becomes invalid.

Secret: {{ update_secret }}

diff --git a/nsupdate/main/templates/main/home.html b/nsupdate/main/templates/main/home.html index 149109e..b1fdd11 100644 --- a/nsupdate/main/templates/main/home.html +++ b/nsupdate/main/templates/main/home.html @@ -19,7 +19,7 @@

{{ WWW_HOST }} — the Dynamic DNS service you waited for.

-

+

Free and Nice

{{ WWW_HOST }} is a free service.
@@ -27,7 +27,7 @@

-

+

Free and Open Source

nsupdate.info is free and open-source software. @@ -37,7 +37,7 @@

-

+

Awesome Code

Empowered by Python and Django,
diff --git a/nsupdate/main/templates/main/host.html b/nsupdate/main/templates/main/host.html index 1eafd4c..bbaa1c6 100644 --- a/nsupdate/main/templates/main/host.html +++ b/nsupdate/main/templates/main/host.html @@ -3,7 +3,7 @@ {% block content %}

-

{{ host.get_fqdn }}
back to overview

+

{{ host.get_fqdn }}
back to overview

Edit Host

You can only change the comment. If you want to have another host name, you have to delete this host and create a new one.

diff --git a/nsupdate/main/templates/main/includes/tabbed_router_configuration.html b/nsupdate/main/templates/main/includes/tabbed_router_configuration.html index aeaa7d8..53bf65b 100644 --- a/nsupdate/main/templates/main/includes/tabbed_router_configuration.html +++ b/nsupdate/main/templates/main/includes/tabbed_router_configuration.html @@ -68,9 +68,9 @@
  • The response status and content will be:
      -
    • Status 200 and "good <your ip>" new IP accepted
    • -
    • Status 200 and "nochg <your ip>" IP accepted, but did not change since last update
    • -
    • Status 401: Authorization Required Incorrect authentication or no http basic auth header received
    • +
    • Status 200 and "good <your ip>" new IP accepted
    • +
    • Status 200 and "nochg <your ip>" IP accepted, but did not change since last update
    • +
    • Status 401: Authorization Required Incorrect authentication or no http basic auth header received
  • @@ -80,8 +80,8 @@
    Go to:
    - Internet - Permit Access + Internet + Permit Access Dynamic DNS
    Enter the following data:
    @@ -108,7 +108,7 @@

    DD-WRT

    Go to:
    - Setup + Setup DDNS
    Enter the following data:
    diff --git a/nsupdate/templates/base.html b/nsupdate/templates/base.html index 749663a..bbab83a 100644 --- a/nsupdate/templates/base.html +++ b/nsupdate/templates/base.html @@ -10,7 +10,7 @@ {% block title %}{{ WWW_HOST }}{% endblock %} - +