diff --git a/CHANGELOG.md b/CHANGELOG.md index abdc168..0d048c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # The no-ipv4-here project +## [Unreleased] +- Add a hyperlink to the domain if `back_to` GET parameter is passed + ## [1.0.0] - 2019-02-02 ### Added - The first basic version of the project diff --git a/no_ipv4_here/templates/no_ipv4_here/index.html b/no_ipv4_here/templates/no_ipv4_here/index.html index 772dd6a..0063781 100644 --- a/no_ipv4_here/templates/no_ipv4_here/index.html +++ b/no_ipv4_here/templates/no_ipv4_here/index.html @@ -47,7 +47,7 @@

- Welcome to the end of the IPv4 Internet. Unfortunately the site you tried reach is not reachable by IPv4. To access {{ domain|default:"this part of the Internet" }}, you need to enable IPv6 on your computer. + Welcome to the end of the IPv4 Internet. Unfortunately the site you tried reach is not reachable by IPv4. To access {% if domain != "" %}{{ domain }}{% else %}this part of the Internet{% endif %}, you need to enable IPv6 on your computer.

How to enable IPv6 ?