summaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-08-05 13:13:03 +0300
committerLars Wirzenius <liw@liw.fi>2018-08-05 13:13:03 +0300
commit67585afaf4cb67877991ad41d5d85096d586cbf6 (patch)
tree5589c6cea14e149887f2aa38d0c657df45a4b467 /views
parenta46a46858072db5f5ca5a5ae3df203de545c26d0 (diff)
downloadickweb-67585afaf4cb67877991ad41d5d85096d586cbf6.tar.gz
Change: parameterise, work with current Qvisqve
Diffstat (limited to 'views')
-rw-r--r--views/index.tpl1
-rw-r--r--views/login.tpl2
2 files changed, 2 insertions, 1 deletions
diff --git a/views/index.tpl b/views/index.tpl
index 01868ec..e78bcd6 100644
--- a/views/index.tpl
+++ b/views/index.tpl
@@ -8,6 +8,7 @@
</head>
<body>
<p>You ARE logged in. Well done!</p>
+ <p>Token is <code>{{ token }}</code></p>
<p><a href="/projects">Projects</p>
<p><a href="/builds">Builds</p>
</body>
diff --git a/views/login.tpl b/views/login.tpl
index 66cc02e..f45302b 100644
--- a/views/login.tpl
+++ b/views/login.tpl
@@ -8,6 +8,6 @@
</head>
<body>
<p>You are NOT logged in.</p>
- <p><a href="https://ci-prod-controller.vm.liw.fi/login">Login</a></p>
+ <p><a href="/login">Login</a></p>
</body>
</html>