{% extends "registrasion/base.html" %} {% load bootstrap %} {% block body %}

Enter voucher code

If you have a voucher code, you can enter it here to get discounts on products, or unlock products that aren't otherwise available.

{% csrf_token %} {{ voucher_form|bootstrap }}
Back to dashboard
{% endblock %}