From dec1359e90e847c90629e43ef3744539e8fb41c8 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Wed, 22 Apr 2015 13:33:09 +0200 Subject: added base64 coding/decoding libary showing captcha in login page (not verifying yet) --- templates/login.tmpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'templates/login.tmpl') diff --git a/templates/login.tmpl b/templates/login.tmpl index e965ba1..2e58888 100644 --- a/templates/login.tmpl +++ b/templates/login.tmpl @@ -12,8 +12,9 @@ <% form as_table login %>
- <%= captcha %> +
+ <% end template %> -- cgit v1.2.3-54-g00ecf