diff options
author | Jeffrey Armstrong <jeff@approximatrix.com> | 2024-03-07 14:49:31 -0500 |
---|---|---|
committer | Jeffrey Armstrong <jeff@approximatrix.com> | 2024-03-07 14:49:31 -0500 |
commit | 6078643f01bfe17aab231133bf73ded0a7b9cddb (patch) | |
tree | 77b8ddcea6328771ff5b70aa1901475368f1f84c /captain/templates/redirect.html | |
parent | c7b18db974f4de4a6558aff474896effc679979f (diff) | |
download | levitating-6078643f01bfe17aab231133bf73ded0a7b9cddb.tar.gz levitating-6078643f01bfe17aab231133bf73ded0a7b9cddb.zip |
Added a link to the redirect page in case redirection doesn't work automagically
Diffstat (limited to 'captain/templates/redirect.html')
-rw-r--r-- | captain/templates/redirect.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/captain/templates/redirect.html b/captain/templates/redirect.html index dec695f..d3b09ab 100644 --- a/captain/templates/redirect.html +++ b/captain/templates/redirect.html @@ -6,5 +6,6 @@ <title>Command Received</title> </head> <body> + <p><a href='{{ base_url }}/{{ destination }}'>Head on over to your destination!</a></p> </body> </html> |