Moved to new namespace.

This commit is contained in:
Martin Edenhofer 2013-09-18 20:43:39 +02:00
parent f5eebef2be
commit e6a0380fa8
3 changed files with 2 additions and 2 deletions

View file

@ -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', },
]
@html App.view('reset_password')(params)
@html App.view('password/reset')(params)
@form = new App.ControllerForm(
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', },
]
@html App.view('reset_password_change')()
@html App.view('password/reset_change')()
new App.ControllerForm(
el: @el.find('#form-password-change')