complete rework of offerings
This commit is contained in:
parent
84e25c82d1
commit
20f27bd6b5
16 changed files with 313 additions and 294 deletions
|
@ -43,9 +43,7 @@ def create_lead(request, slug):
|
|||
|
||||
# Get the selected plan
|
||||
selected_plan = get_object_or_404(
|
||||
Plan.objects.prefetch_related(
|
||||
"prices", "prices__currency", "prices__term"
|
||||
),
|
||||
Plan,
|
||||
id=request.GET.get("plan"),
|
||||
offering=selected_offering,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue