diff --git a/wheretogo/templates/account/logout.html b/wheretogo/templates/account/logout.html index 2549a90..8b256d7 100644 --- a/wheretogo/templates/account/logout.html +++ b/wheretogo/templates/account/logout.html @@ -1,4 +1,4 @@ -{% extends "account/base.html" %} +{% extends "common/base.html" %} {% load i18n %} diff --git a/wheretogo/templates/common/base.html b/wheretogo/templates/common/base.html index bfc8242..451a5ac 100644 --- a/wheretogo/templates/common/base.html +++ b/wheretogo/templates/common/base.html @@ -12,7 +12,7 @@