Make print button work

This commit is contained in:
Tobias 2019-01-17 15:58:12 +13:00
parent 5a40bd00f7
commit ad461f6a06

View file

@ -109,7 +109,7 @@
</form>
<p><strong><a href="{% url 'badge_print' user.id %}" target="_blank">Show badge for printing</a></strong></p>
<form method="post">
<input type="checkbox" name="unbadge" value="unbadge" checked hidden>
<input type="checkbox" name="badge" value="badge" checked hidden>
<input class="btn" type="submit" value="Print Badge">
</form>
</div>