forked from CGM_Public/pretix_original
Allow to modify answers for pending orders
This commit is contained in:
@@ -36,7 +36,7 @@ class EventLoginRequiredMixin:
|
||||
class CartDisplayMixin:
|
||||
|
||||
@cached_property
|
||||
def cartpos(self):
|
||||
def positions(self):
|
||||
"""
|
||||
A list of this users cart position
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user