diff options
author | Joey Hess <joey@kitenet.net> | 2012-07-26 04:50:09 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-07-26 04:50:09 -0400 |
commit | 9d6b59d0e21e5917d098a84b7b1654bd8d07efb3 (patch) | |
tree | 311bcd513942dab91b2d753037eaf81e626fc5ea /templates/htmlshim.hamlet | |
parent | b36804d6486b342bee7f5b4b621228bc193c4844 (diff) |
use the secret token for authentication, and add to all dynamic urls
Diffstat (limited to 'templates/htmlshim.hamlet')
-rw-r--r-- | templates/htmlshim.hamlet | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/htmlshim.hamlet b/templates/htmlshim.hamlet index c10042c99..073b69c1b 100644 --- a/templates/htmlshim.hamlet +++ b/templates/htmlshim.hamlet @@ -4,4 +4,4 @@ $doctype 5 <meta http-equiv="refresh" content="0; URL=#{url}"> <body> <p> - <a href=#{url}">Starting webapp... + <a href="#{url}">Starting webapp... |