diff options
Diffstat (limited to 'captain')
-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> |