Skip to content

Commit

Permalink
Switch mixin ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
mvantellingen committed May 31, 2017
1 parent d35a7fe commit 763a67e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sandbox/sandbox/apps/home/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
from wagtail_personalisation.models import PersonalisablePageMixin


class HomePage(PersonalisablePageMixin, Page):
class HomePage(Page, PersonalisablePageMixin):
pass

0 comments on commit 763a67e

Please sign in to comment.