1
0
mirror of https://github.com/aquatix/digimarks.git synced 2025-12-06 23:05:10 +01:00

Fixed checkboxes

This commit is contained in:
2017-12-19 14:58:45 +01:00
parent c14e24430b
commit fa033452f1

View File

@@ -113,13 +113,17 @@
<div class="col s12"> <div class="col s12">
{#<i class="material-icons prefix">star</i>#} {#<i class="material-icons prefix">star</i>#}
<label>
<input type="checkbox" name="starred" id="starred" {% if bookmark.starred == True %}checked{% endif %} /> <input type="checkbox" name="starred" id="starred" {% if bookmark.starred == True %}checked{% endif %} />
<label for="starred">Starred</label> <span>Starred</span>
</label>
</div> </div>
<div class="col s12"> <div class="col s12">
<label>
<input type="checkbox" name="strip" id="strip" /> <input type="checkbox" name="strip" id="strip" />
<label for="strip">Strip parameters from url (like <em>?utm_source=social</em> - can break the link!)</label> <span>Strip parameters from url (like <em>?utm_source=social</em> - can break the link!)</span>
</label>
</div> </div>
{% if bookmark.url_hash %} {% if bookmark.url_hash %}