You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use_seller_dash_lot_numbering.help_text="Include the seller's bidder number with the lot number. This option is not recommended as users find it confusing."
Copy file name to clipboardexpand all lines: auctions/templates/auctions/auction_lot_admin.html
+1-1
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
{% block content %}
8
8
{% include 'auction_ribbon.html' %}
9
9
<small>This is a list of items for sale in your auction. Click a lot name to edit it. {% if auction.is_online %}You probably don't need to use this page; users will add their own lots to this auction{% else %}To add new lots, go to the <ahref="{% url 'auction_tos_list' slug=auction.slug %}">users page</a> and click add lots under the appropriate user.{% endif %}<br>
10
-
{% if auction.use_seller_dash_lot_numbering %}<br><divclass="bg-secondary"><b>Lot numbering has changed:</b> This auction uses the older lot numbering system (seller-lot, for example 123-55 for lot seller 123's 55th lot). Newly created auctions will use only a number and no dash for lots, for example 55). This change is to reduce user confusion and does not impact how your auction works. <ahref='https://github.com/iragm/fishauctions/issues/269'>Read more about this update and leave comments here.</a><br></div>{% endif %}
10
+
{% if auction.use_seller_dash_lot_numbering and not auction.admin_checklist_lots_added %}<br><divclass=""><bclass="text-warning">Change your lot numbering:</b> This auction uses seller-dash-lot numbering. Go to the <ahref="/auctions/{{auction.slug}}/edit">rules</a>and uncheck <b>Use seller dash lot numbering</b> to switch to a simpler lot numbering system that users find less confusing. <ahref='https://github.com/iragm/fishauctions/issues/269'>Read more and leave feedback here.</a><br></div>{% endif %}
11
11
</small>
12
12
{% if not auction.is_online %}<aclass='btn btn-sm btn-primary' href="{{ auction.set_lot_winners_link }}"><iclass="bi bi-calendar-check"></i> Set winners</a>{% endif %}
0 commit comments