7

adds variation add view and fixes tests

This commit is contained in:
Boris Besemer
2016-11-15 13:36:41 +01:00
parent 0746352ed6
commit ce59df3f0a
10 changed files with 178 additions and 30 deletions

View File

@ -21,6 +21,7 @@ def register_admin_urls():
namespace='personalisation')),
]
class SegmentCreateView(CreateView):
def get_context_data(self, **kwargs):
context = {