{% extends "core/base.html" %} {% block title %}Delete Promo Code - SwiftPOS{% endblock %} {% block topbar_title %}Delete Promo Code{% endblock %} {% block content %}
Delete Promo Code

Are you sure you want to permanently delete promo code {{ promo.code }}?

This cannot be undone. Existing orders that used this code will not be affected.

{% csrf_token %}
Cancel
{% endblock %}