mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-09 19:40:19 +00:00
Improve launderette, need to finish the click view
This commit is contained in:
@ -86,7 +86,6 @@ class PageCreateView(CanEditPropMixin, CreateView):
|
||||
|
||||
def get_context_data(self, **kwargs):
|
||||
context = super(PageCreateView, self).get_context_data(**kwargs)
|
||||
print(context)
|
||||
context['new_page'] = True
|
||||
return context
|
||||
|
||||
|
Reference in New Issue
Block a user