Files @ 640db7e3dced
Branch filter:

Location: symposion_app/registrasion/exceptions.py

Christopher Neugebauer
Replaces the final stage of guided registration with a review page, which shows after adding anything to your cart.

Fixes #87
1
2
3
4
5
from django.core.exceptions import ValidationError


class CartValidationError(ValidationError):
    pass