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
Copy file name to clipboardExpand all lines: auctions/templates/auctions/bid_confirm_delete.html
+11-7
Original file line number
Diff line number
Diff line change
@@ -3,11 +3,15 @@
3
3
{% block title %} Delete bid {% endblock %}
4
4
{% load static %}
5
5
{% block content %}
6
-
<formmethod="post">{% csrf_token %}
7
-
<p>Are you sure you want to delete {{ object.user }}'s bid on {{object.lot_number.lot_name }}?</p>
8
-
<p>Note: this will only remove {{ object.user }}'s bid on <b>this</b> lot. If {{ object.user }} is causing trouble, you can <ahref="{% url 'userpage' slug=object.user %}">ban them here</a>, which will remove all their bids from all lots.
<p>Remove your bid on {{object.lot_number.lot_name }}?</p>
9
+
{% else %}
10
+
<p>Are you sure you want to delete {{ object.user }}'s bid on {{object.lot_number.lot_name }}?</p>
11
+
<p>Note: this will only remove {{ object.user }}'s bid on <b>this</b> lot. If {{ object.user }} is causing trouble, you can <ahref="{% url 'userpage' slug=object.user %}">ban them here</a>, which will remove all their bids from all lots.
0 commit comments