summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/trading/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/trading/views.py b/app/trading/views.py
index 686a344..b885d7c 100644
--- a/app/trading/views.py
+++ b/app/trading/views.py
@@ -95,7 +95,7 @@ class LuxOptionPurchaseCreateView(CreateView):
def get_context_data(self, **kwargs):
- context = super(LuxOptionPurchaseFormView, self).get_context_data(**kwargs)
+ context = super(LuxOptionPurchaseCreateView, self).get_context_data(**kwargs)
context = {'form': LuxOptionsForm()}
return context