Make print button work
This commit is contained in:
parent
5a40bd00f7
commit
ad461f6a06
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@
|
||||||
</form>
|
</form>
|
||||||
<p><strong><a href="{% url 'badge_print' user.id %}" target="_blank">Show badge for printing</a></strong></p>
|
<p><strong><a href="{% url 'badge_print' user.id %}" target="_blank">Show badge for printing</a></strong></p>
|
||||||
<form method="post">
|
<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">
|
<input class="btn" type="submit" value="Print Badge">
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue