From fc278a28ddd500d0497ea7e357e352c29ee2aef6 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sun, 29 Sep 2013 22:50:04 +0200 Subject: [PATCH] host view: fix typos, improve/clarify wording --- nsupdate/main/templates/main/host.html | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/nsupdate/main/templates/main/host.html b/nsupdate/main/templates/main/host.html index 7ec1891..fcb00d3 100644 --- a/nsupdate/main/templates/main/host.html +++ b/nsupdate/main/templates/main/host.html @@ -6,8 +6,8 @@
-

Edit Horst back to overview

-

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

+

Edit Host back to overview

+

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.

{% csrf_token %} {{ form|bootstrap }} @@ -16,15 +16,14 @@

Generate new secret

-

We store your update secret hashed, so if you forgot or lost it you have to create a new one.

+

We store your update secret salted and hashed, so if you forget or lose it you will have to create a new one.

Update Nameserver Entry

-

Usually you configure your router to follow the dyndns protocol. But if you know what you are doing, and you want to update it by hand, you can do it here.

- +

Usually you configure your router to follow the dyndns2 protocol. But if you know what you are doing, and you want to update it by hand, you can do it here.

@@ -41,17 +40,17 @@

General Information

-

We try to get your IP addresses through a trick. We host two fake images on a IPv4 and IPv6 domain and we can associate those with your session. If we find an IP address, we will update this information accordingly. This allows us to get your IPv4 address even when you are using your IPv6 and vice versa.

- your IPv4: {{ request.session.ipv4 }}
- your IPv6: {{ request.session.ipv6 }} +

We try to get your IP addresses through a trick. We host two fake images on a IPv4-only and a IPv6-only host and we can associate those with your session. + If we find an IP address, we will update this information accordingly. This allows us to get your IPv4 address even when you are using IPv6 and vice versa.

+ Your IPv4: {{ request.session.ipv4 }}
+ Your IPv6: {{ request.session.ipv6 }}

Host Information

-

This information comes directly from the name server and shows the current IPs set for your domain.

+

This information comes directly from the name server and shows the current IPs set for your host.

Host IPv4: {{ host.getIPv4 }}
Host IPv6: {{ host.getIPv6 }}
- {% endblock %}