diff --git a/no_ipv4_here/templates/no_ipv4_here/index.html b/no_ipv4_here/templates/no_ipv4_here/index.html index 66a1486..b0be2cd 100644 --- a/no_ipv4_here/templates/no_ipv4_here/index.html +++ b/no_ipv4_here/templates/no_ipv4_here/index.html @@ -32,9 +32,15 @@

- Sorry, this part of {{ domain }} is not reachable by IPv4. Please - upgrade to IPv6 and try to reach {{ domain }} again.

+ {% if domain != "" %} + Sorry, this part of {{ domain }} is not reachable by IPv4. Please + upgrade to IPv6 and try to reach {{ domain }} again. + {% else %} + Sorry, this part of the Internet is not reachable by IPv4. Please + upgrade to IPv6 and try again. + {% endif %} +

\ No newline at end of file