Changed default to switched on.

This commit is contained in:
Naida Vatric
2020-01-28 22:28:52 +01:00
parent 98263364c7
commit fa46f75dd3
3 changed files with 5 additions and 6 deletions

View File

@@ -22,9 +22,8 @@
<p class="distinguished">
<label class="checkbox-label">
<input type="checkbox" class="filled-in" name="includeWithoutPrice"
<% if (includeWithoutPrice) { %>
checked
<% } %>>
checked
>
<span>Uključi i oglase bez cijene</span>
</label>
</p>