﻿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
33750	Use <div> for timezone warning in admin	Florian Demmer	Florian Demmer	"Previously help_text was inserted as <p> in admin. This was changed in #27207 to use a <div>.

The [https://github.com/django/django/blob/0dd29209091280ccf34e07c9468746c396b7778e/django/contrib/admin/static/admin/js/admin/DateTimeShortcuts.js#L61 addTimezoneWarning()] function has ""always"" added the warning by inserting a <br> and <span>.

Also using a <div> with the help class here avoids problems with left-alignment of the inserted text (see attachment) and removes the need for the <br>.

PR: https://github.com/django/django/pull/15743
"	Cleanup/optimization	closed	contrib.admin	4.0	Normal	fixed			Ready for checkin	1	0	0	0	0	1
