@ -20,7 +20,7 @@
<input type="hidden" th:field="*{documentId}">
<label for="labelName">name</label>
<input id="labelName" type="text" th:field="*{labelName}" required>
<input id="labelName" type="text" th:field="*{labelName}" required autofocus>
<label for="labelValue">wert</label>
<input id="labelValue" th:field="*{labelValue}" type="text" required>