Real estate input clean up.

This commit is contained in:
Naida Vatric
2020-03-09 23:30:37 +01:00
parent 96bc66ef7b
commit 5f674230e1
10 changed files with 182 additions and 186 deletions

View File

@@ -13,9 +13,9 @@
<% } %>
</div>
<br>
<div class="row">
<div class="col s12">
<% for (const input of basicBooleanPublishInputs){ %>
<p>
<p class="col s3">
<label class="checkbox-label">
<input type="checkbox" class="filled-in" name="<%= input.dbField %>"
<% if (basicBooleanPublishValues[input.dbField]) { %>