diff --git a/bornhack/settings/base.py b/bornhack/settings/base.py index 816b468a..73ae5bda 100644 --- a/bornhack/settings/base.py +++ b/bornhack/settings/base.py @@ -26,7 +26,7 @@ INSTALLED_APPS = [ 'profiles', 'camps', - 'tickets', + 'shop', 'allauth', 'allauth.account', diff --git a/bornhack/templates/base.html b/bornhack/templates/base.html index 04073465..d94c98b0 100644 --- a/bornhack/templates/base.html +++ b/bornhack/templates/base.html @@ -37,8 +37,8 @@