From b00520b532b73731d481abc14b6927eb4c71711b Mon Sep 17 00:00:00 2001 From: Brandon Cornejo Date: Sat, 26 Dec 2020 14:50:48 -0600 Subject: [PATCH] player-auth for licenced assets - lightgallery replace ui-lightbox on maps page --- acks/__init__.py | 3 ++- acks/templates/worldmap.html | 20 ++++++++++++++++---- acks/views.py | 10 ++++++++++ 3 files changed, 28 insertions(+), 5 deletions(-) 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
  • -