Browse Source

FilledInBy added to census form

Andrew Grant 7 months ago
parent
commit
47060de25c
1 changed files with 5 additions and 0 deletions
  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"