﻿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
34279	Certain character causes django admin to misfunction	Emad Gasser	Emad Gasser	"When adding a help_text attribute to a field in models,  
eg: ""This field can be left blank if <v1> is False"" (where v1 is used as a variable placeholder in string format for explanation purposes).

When logging into that table in Django admin panel, all fields after that field with the help_text don't appear, making it impossible to make, alter, or delete objects. After several troubleshooting, I discovered that the '>' character was what caused it to break, which hence suggests that it may have been identified as a closing tag, making everything after that field disappear. 

[[Image(https://github.com/Emad-Eldin-G/Emad-Eldin-G/blob/main/django%20error.jpg)]]
Example shown in the image above ⬆️. As shown the help text suddenly breaks after ':', and nothing appears

"	Bug	closed	Database layer (models, ORM)	4.1	Normal	invalid	Django-admin, field-help_text, models, admin, orm		Unreviewed	0	0	0	0	0	0
