Browse Source

FilledInBy added to census form

Andrew Grant 7 tháng trước cách đây
mục cha
commit
47060de25c
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  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"