We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm overwriting the default edit template: templates/users/edit.hbs
templates/users/edit.hbs
The overwrite works, but the console throws this error: Error: Assertion Failed: You attempted to render into 'admin.edit' but it was not found
Error: Assertion Failed: You attempted to render into 'admin.edit' but it was not found
Any idea what might be causing this?
The text was updated successfully, but these errors were encountered:
hi @chrissvo looks interesting, can you overwrite in namespace admin?
Sorry, something went wrong.
Yep, I can overwrite templates/admin/edit.hbs without error
templates/admin/edit.hbs
@chrissvo maybe it's a bug, because i only overwrite form.hbs :))))
form.hbs
Haha, okay no worries, it doesn't crash anything, just keep getting this error in my console ;)
No branches or pull requests
I'm overwriting the default edit template:
templates/users/edit.hbs
The overwrite works, but the console throws this error:
Error: Assertion Failed: You attempted to render into 'admin.edit' but it was not found
Any idea what might be causing this?
The text was updated successfully, but these errors were encountered: