Add Google Analitycs to the footer.

This commit is contained in:
Paulo Gustavo Veiga
2012-07-03 00:04:44 -03:00
parent cd178109f3
commit 61d0fcbdf6
12 changed files with 112 additions and 20 deletions

View File

@@ -58,7 +58,7 @@ public class UsersController {
@Autowired
private ReCaptcha captchaService;
@Value("${registration.recaptcha.enabled}")
@Value("${google.recaptcha.enabled}")
private boolean captchaEnabled;