Webfrontend #678

Updated by Alexander Blum over 5 years ago

Right now, all form related javascript is put into the template.
All CSS and JS should be included by the registry and not be hardcoded in the template.
For JS: Include in body, where possible and/or add [defere](https://flaviocopes.com/javascript-async-defer/) tag.

Back