From c95d1058906ce0dea5d36f134716ed3fb93a27fe Mon Sep 17 00:00:00 2001 From: Brandon Cornejo Date: Sat, 12 Dec 2020 11:36:09 -0600 Subject: [PATCH] Add player token page tonavbar --- acks/templates/base.html | 1 + 1 file changed, 1 insertion(+) diff --git a/acks/templates/base.html b/acks/templates/base.html index cca59c2..1617218 100644 --- a/acks/templates/base.html +++ b/acks/templates/base.html @@ -1,6 +1,7 @@ {% set player_bar = [ ('/npc/spells', 'spells', 'Spells', false), ('/worldmap', 'worldmap', 'Maps', false), + ('/player_tokens', 'tokens', 'Tokens', false), ('https://reddit.com/r/PalismaACKS/wiki', 'redditwiki', 'Wiki', true), ] %} {% set judge_bar = [