Removed unused variable

This commit is contained in:
Raphael Michel
2014-09-29 14:23:59 +02:00
parent 8a50b1d98a
commit ea7eff3d3b

View File

@@ -137,7 +137,6 @@ class ItemVariations(TemplateView, SingleObjectMixin):
forms_flat = forms
elif self.dimension == 2:
prop1 = self.properties[0]
prop2 = self.properties[1]
for val1 in prop1.values.all():
thisforms = []
for var in [v for v in variations if v[prop1.pk].pk == val1.pk]: