diff --git a/pinaxcon/templates/registrasion/checkout_errors.html b/pinaxcon/templates/registrasion/checkout_errors.html new file mode 100644 index 0000000000000000000000000000000000000000..5a1bcd4c984e6eee92aff9ef1e6838986f6be442 --- /dev/null +++ b/pinaxcon/templates/registrasion/checkout_errors.html @@ -0,0 +1,25 @@ +{% extends "registrasion/base.html" %} +{% load bootstrap %} +{% load registrasion_tags %} + +{% block body %} + +

Oh No!

+ +

We can't produce an invoice for you because of the following errors:

+ + + +

We can automatically try to remove products and vouchers that aren't available anymore, + or you can return to the dashboard and try to fix it yourself.

+ +
+ Try fixing these errors + Return to dashboard +
+ +{% endblock %}