From d6e6f65a1cf8723a398689b549dd970121655053 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 19 Apr 2015 21:08:54 +0200 Subject: integrated libcaptcha and working on captcha in login form --- templates/login.tmpl | 1 + templates/master.tmpl | 1 + 2 files changed, 2 insertions(+) (limited to 'templates') diff --git a/templates/login.tmpl b/templates/login.tmpl index f89cf93..e965ba1 100644 --- a/templates/login.tmpl +++ b/templates/login.tmpl @@ -12,6 +12,7 @@ <% form as_table login %>
+ <%= captcha %> <% end template %> diff --git a/templates/master.tmpl b/templates/master.tmpl index 6a42731..fb871d0 100644 --- a/templates/master.tmpl +++ b/templates/master.tmpl @@ -22,6 +22,7 @@ -- cgit v1.2.3-54-g00ecf