chenejac / VIVOTestMigration

0 stars 0 forks source link

VIVO-1977: Templates reference nonexistent or misplaced CSS files #1860

Open chenejac opened 3 years ago

chenejac commented 3 years ago

Benjamin Gross (Migrated from VIVO-1977) said:

Numerous templates reference css files at ${urls.base}/edit/forms/css/customForm.css which does not exist at that location. Other templates reference ${urls.base}/edit/forms/css/autocomplete.css which does not exist at all. 

E.g. [https://github.com/vivo-project/Vitro/commit/a1915c8398bef194814cbc69ad8b2e6107507a61#diff-80fc948ded6da62829f4cdbfb4c9fa92a4eafdc98695199e91336150ff7c8d1cR104]

I tested pointing userAccounts-edit.ftl toward the customForm.css that exists and the page looks worse. I suspect it's safe to remove broken references since the css has likely been addressed in other files by this point.