Moved to new namespace.
This commit is contained in:
parent
f5eebef2be
commit
e6a0380fa8
3 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ class Index extends App.ControllerContent
|
||||||
{ name: 'username', display: 'Enter your username or email address', tag: 'input', type: 'text', limit: 100, null: false, class: 'input span4', },
|
{ name: 'username', display: 'Enter your username or email address', tag: 'input', type: 'text', limit: 100, null: false, class: 'input span4', },
|
||||||
]
|
]
|
||||||
|
|
||||||
@html App.view('reset_password')(params)
|
@html App.view('password/reset')(params)
|
||||||
|
|
||||||
@form = new App.ControllerForm(
|
@form = new App.ControllerForm(
|
||||||
el: @el.find('#form-password-item')
|
el: @el.find('#form-password-item')
|
||||||
|
@ -98,7 +98,7 @@ class Verify extends App.ControllerContent
|
||||||
{ name: 'password', display: 'Password', tag: 'input', type: 'password', limit: 100, null: false, class: 'input span4', },
|
{ name: 'password', display: 'Password', tag: 'input', type: 'password', limit: 100, null: false, class: 'input span4', },
|
||||||
]
|
]
|
||||||
|
|
||||||
@html App.view('reset_password_change')()
|
@html App.view('password/reset_change')()
|
||||||
|
|
||||||
new App.ControllerForm(
|
new App.ControllerForm(
|
||||||
el: @el.find('#form-password-change')
|
el: @el.find('#form-password-change')
|
||||||
|
|
Loading…
Reference in a new issue