Skip to content

Commit

Permalink
Merge pull request #528 from benjaoming/typo-and-gitignore
Browse files Browse the repository at this point in the history
fix typo in notifications settings form, add .cache to gitignore
  • Loading branch information
benjaoming committed Jan 20, 2016
2 parents c60cd81 + 0b5afd3 commit 4eb42b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wiki/plugins/notifications/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def get_context_data(self, **kwargs):
context = FormView.get_context_data(self, **kwargs)
if 'form' not in context:
context['form'] = self.get_form()
context['formset'] = kwargs['form']
context['formset'] = context['form']
for form in context['formset']:
if form.instance:
setattr(
Expand Down

0 comments on commit 4eb42b3

Please sign in to comment.