diff --git a/acks/__init__.py b/acks/__init__.py index cc74e81..ecda32b 100644 --- a/acks/__init__.py +++ b/acks/__init__.py @@ -14,8 +14,9 @@ def create_app(): db.init_app(app) # Prep basic auth - from acks.views import basic_auth + from acks.views import basic_auth, player_auth basic_auth.init_app(app) + player_auth.init_app(app) # Load our views from acks.views import default_views diff --git a/acks/templates/worldmap.html b/acks/templates/worldmap.html index 81ca605..d7cae23 100644 --- a/acks/templates/worldmap.html +++ b/acks/templates/worldmap.html @@ -13,10 +13,10 @@
  • Continent Overview
  • Continent Full
  • -