-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
status: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: housekeepingChanges to the application which do not directly impact the end userChanges to the application which do not directly impact the end user
Description
Proposed Changes
Set a default help_text
value on the ColorField model/form field.
Justification
There are many places where we currently define a help text for these fields as
mark_safe(_('RGB color in hexadecimal. Example:') + ' <code>00ff00</code>')
Creating a a reusable form field for these will eliminate this redundant code.
Metadata
Metadata
Assignees
Labels
status: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: housekeepingChanges to the application which do not directly impact the end userChanges to the application which do not directly impact the end user