horizon/openstack_dashboard/contrib/developer
Radomir Dopieralski 4a89303231 Clean up the syntax of html attributes to always use double quotes
Our templates are very inconsistent and sometimes even use single and
double quotes in the same tag. This is an attempt to clean it up a
little and use double quotes everywhere.

In addition, I have run into a problem with single quotes being
incorrectly escaped by the Django compressor, and I want to see if
this will help with the issue.

Change-Id: I2d5137a87ed65c6abef38a49264346f917a1c85a
2023-04-05 11:00:26 +02:00
..
enabled hacking: noqa cleanup in openstack_dashboard 2017-03-17 19:38:47 +00:00
form_builder Address RemovedInDjango40Warning (3) 2022-02-04 16:26:54 +09:00
profiler Address RemovedInDjango40Warning (3) 2022-02-04 16:26:54 +09:00
resource_browser Address RemovedInDjango40Warning (3) 2022-02-04 16:26:54 +09:00
static/dashboard/developer Clean up the syntax of html attributes to always use double quotes 2023-04-05 11:00:26 +02:00
theme_preview Address RemovedInDjango40Warning (3) 2022-02-04 16:26:54 +09:00
__init__.py Add Developer Dashboard + Bootstrap Theme Preview 2015-12-06 12:04:11 +00:00
dashboard.py Address RemovedInDjango40Warning (2) 2022-02-04 16:22:07 +09:00
tests.py Add Developer Dashboard + Bootstrap Theme Preview 2015-12-06 12:04:11 +00:00