Add a hyperlink to the domain if back_to
GET parameter is passed
This commit is contained in:
parent
334043c832
commit
29684a52e0
2 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
|
||||
<div class="center content-margin">
|
||||
<p>
|
||||
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 != "" %}<a href="{{ back_to_url }}" target="_blank">{{ domain }}</a>{% else %}this part of the Internet{% endif %}, you need to enable IPv6 on your computer.
|
||||
</p>
|
||||
<section>
|
||||
<div class="para-title">How to enable IPv6 ?</div>
|
||||
|
|
Loading…
Reference in a new issue