-
-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
I just found this and am recording it. I will try to find out what the proper fix is.
- The account-configlet used for the @@user-information view contains an article#content.
- The configlet fills the slot prefs_configlet_main of the prefs_main_template
- The prefs_main_template fills the main slot in the content macro of the main_template
- And that main slot is wrapped into another article#content
Problematic because:
- Html validation fails
- Diazo rules targeting the #content selector copy the user edit form twice
My first impulse would be to rename the article#content in the account-configlet to article#user-content.
Reactions are currently unavailable