Reorder forms organisation add a way to custom view & add callback once error is rendered

This commit is contained in:
Nicolas Le Goff
2013-06-17 12:09:51 +02:00
parent 26a06f0178
commit 164d012437
19 changed files with 95 additions and 85 deletions

View File

@@ -11,7 +11,7 @@ require([
"jquery",
"i18n",
"apps/login/home/common",
"apps/login/home/views/form"
"common/forms/views/form"
], function($, i18n, Common, LoginForm) {
Common.initialize();