Revert "Real estate input clean up."

This reverts commit 5f674230e1.
This commit is contained in:
Naida Vatric
2020-03-10 22:03:32 +01:00
parent 5f674230e1
commit 5066c2fa70
10 changed files with 186 additions and 182 deletions

View File

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