浏览代码

FilledInBy added to census form

Andrew Grant 7 月之前
父节点
当前提交
47060de25c
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      src/main/resources/templates/census/form.html

+ 5 - 0
src/main/resources/templates/census/form.html

@@ -91,6 +91,11 @@ rounded-3 text-center p-4">
             </div>
         </div>
         <div class="form-group row justify-content-center">
+            <div class="col-md-3">
+                <label for="filledInBy">Filled in by:</label>
+                <input class="form-control" id="filledInBy"
+                       th:field="*{filledInBy}" type="text">
+            </div>
             <div class="col-md-3">
                 <label for="inhabitedRooms">Inhabited Rooms</label>
                 <input class="form-control" id="inhabitedRooms"