{% extends "base.html" %} {% load crispy_forms_tags %} {% block title %} Delete bid {% endblock %} {% load static %} {% block content %}
Remove your bid on {{object.lot_number.lot_name }}?
Are you sure you want to delete {{ object.user }}'s bid on {{object.lot_number.lot_name }}?
Note: this will only remove {{ object.user }}'s bid on this lot. If {{ object.user }} is causing trouble, you can ban them here, which will remove all their bids from all lots. {% endif %}