﻿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
36192	Use semantic HTML for buttons in Django Admin	Eliana Rosselli	Antoliny	"Right now the Django Admin has some buttons that are actually link tags with role=""button"" set, i.e
{{{
<a role=""button"">
}}}

We also have anchor elements with 
{{{
<a href=""#"" >
}}}
that are also acting as buttons. One example is the ""Today"" button that can be found next to date and time inputs. 

We should change these to be proper HTML buttons , and update their CSS so they maintain their existing styling. Below is an example of this kind of button; in the image, the ""Add another Release"" button is using an anchor element

[[Image(examplebutton.png)]]"	Cleanup/optimization	assigned	contrib.admin	5.1	Normal		accessibility	Antoliny	Accepted	1	0	0	1	0	0
