aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffrey Armstrong <jeff@approximatrix.com>2024-03-07 14:49:31 -0500
committerJeffrey Armstrong <jeff@approximatrix.com>2024-03-07 14:49:31 -0500
commit6078643f01bfe17aab231133bf73ded0a7b9cddb (patch)
tree77b8ddcea6328771ff5b70aa1901475368f1f84c
parentc7b18db974f4de4a6558aff474896effc679979f (diff)
downloadlevitating-6078643f01bfe17aab231133bf73ded0a7b9cddb.tar.gz
levitating-6078643f01bfe17aab231133bf73ded0a7b9cddb.zip
Added a link to the redirect page in case redirection doesn't work automagicallyHEADmaster
-rw-r--r--captain/templates/redirect.html1
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>