Skip to content

Commit

Permalink
add placeholder help button
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Aug 22, 2024
1 parent 2f856cd commit e3bb424
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions auctions/templates/auction_ribbon.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ <h3>{{auction}}</h3>
<a class="dropdown-item" href="{{ auction.location_link }}"><i class="bi bi-geo-alt-fill"></i> Location{% if auction.location_qs|length > 1 %}s{% endif %}</a>
<a class="dropdown-item" href="{{ auction.set_lot_winners_link }}"><i class="bi bi-calendar-check"></i> Set lot winners</a>
<a class="dropdown-item" href="/auctions/{{auction.slug}}/chat/"><i class="bi bi-chat-fill"></i> Chat messages</a>
<a class="dropdown-item" href="/faq"><i class="bi bi-question-circle-fill"></i> Help and Support</a>
<a class="dropdown-item" href="/auctions/new?copy={{auction.slug}}"><i class="bi bi-plus-circle"></i> Copy to new auction</a>
<a class="dropdown-item" href="/auctions/{{auction.slug}}/stats/"><i class="bi bi-graph-up"></i> Stats</a>
{% if not auction.is_online %}<a class="dropdown-item" href='{% url "auction_printing" slug=auction.slug %}'><i class="bi bi-tags"></i> Print labels</a>{% endif %}
Expand Down

0 comments on commit e3bb424

Please sign in to comment.