﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
21599	Add a shortcut to edit HTML attribute on (model) forms	anonymous	nobody	"We can already do :

{{{

        labels = {
            'name': _('Writer'),
        }
        help_texts = {
            'name': _('Some useful help text.'),
        }
        error_messages = {
            'name': {
                'max_length': _(""This writer's name is too long.""),
            },
        }
}}}


Can we have something similar to add attributes to fields ? Settings up a widget or modifiying the field in the __ init __ is not only very verbose, but very very hard to figure out for newcomers."	New feature	closed	Forms	dev	Normal	duplicate			Unreviewed	0	0	0	0	0	0
