From 7b408c31903d388d90c8436355c1a04631b60db7 Mon Sep 17 00:00:00 2001
From: Thomas Waldmann
Date: Sun, 4 Nov 2018 20:47:13 +0100
Subject: [PATCH] zone creation: add hint about public suffix list
---
nsupdate/main/templates/main/domain_add.html | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/nsupdate/main/templates/main/domain_add.html b/nsupdate/main/templates/main/domain_add.html
index e870926..47f3cc0 100644
--- a/nsupdate/main/templates/main/domain_add.html
+++ b/nsupdate/main/templates/main/domain_add.html
@@ -36,6 +36,12 @@
update secret is presented.
{% endblocktrans %}
+
+ {% blocktrans trimmed with psl_url='https://publicsuffix.org/' psl_text='Public Suffix List' %}
+ If you create a new zone, you are strongly advised to consider submitting
+ your zone to the {{ psl_text }}.
+ {% endblocktrans %}
+
{% trans "We'll show you configuration examples after you add a domain." %}