Skip to content

Commit

Permalink
fix #179
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Aug 16, 2024
1 parent 67e5eab commit f794f2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion auctions/templates/auction_printing.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@
<p><small>This page will allow you to print labels for your auction.
<br>Some tips:<br>
<ul>
<li>It's often easier to print all labels for a single user on the <a href="/auctions/{{auction.slug}}/users">users</a> tab</li>
<li>It's often easier to print all labels for a single user on the <a href="/auctions/{{auction.slug}}/users">users</a> tab.</li>
<li>Encourage users to pre-register lots and print their own labels. This saves you paper and a lot of time at the registration desk.</li>
<li>Reprint damaged labels by viewing the lot's page.</li>
<li>Change your <a href="{% url 'printing' %}?next={{ request.path }}">printing preferences</a> to match the type of labels you're printing.</li>
</ul>
</small></p>
<p>You've printed {{ printed_labels_count }} out of {{ all_labels_count }} labels in your auction.</p>
Expand Down

0 comments on commit f794f2f

Please sign in to comment.