Revert types of date time picker input to text
The problem: for some (Otto), the input fields for inputting date times did not work and threw a massive exception.
The change from type="text" to type="datetime-local" broke the input field for lab time for some Locale(s). This should remain to be type="text" as the actual value is changed by the tempusdominus date time picker tool.