summaryrefslogtreecommitdiff
path: root/templates/not-logged-in.j2
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-11-21 10:16:55 +0200
committerLars Wirzenius <liw@liw.fi>2018-11-21 10:16:55 +0200
commit8fc0d5af353f934816512ca61359414dd84d6b65 (patch)
treeb969581bb5e9e071c21d51d5ab63efb95f09ada3 /templates/not-logged-in.j2
parenta74399c47e2a936b47a35fb6e5745e28c4b4b299 (diff)
downloadeffi-reg-8fc0d5af353f934816512ca61359414dd84d6b65.tar.gz
Change: prettify templates, translate to Finnish
Diffstat (limited to 'templates/not-logged-in.j2')
-rw-r--r--templates/not-logged-in.j24
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/not-logged-in.j2 b/templates/not-logged-in.j2
index 4ac097b..1d75346 100644
--- a/templates/not-logged-in.j2
+++ b/templates/not-logged-in.j2
@@ -1,9 +1,9 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
- <title>Not logged int</title>
+ <title>Effi jäsenrekisteri</title>
</head>
<body>
- <p>You are NOT logged in. <a href="/login">Log in</a></p>
+ <p>Et ole kirjautunut sisään. <a href="/login">Kirjaudu</a></p>
</body>
</html>