From 18d8957c4cc41032f6000d968735471985dad5a8 Mon Sep 17 00:00:00 2001 From: Ant Zucaro Date: Sat, 28 Oct 2017 10:41:40 -0400 Subject: [PATCH] Add a title for the versus page. --- xonstat/templates/player_versus.mako | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/xonstat/templates/player_versus.mako b/xonstat/templates/player_versus.mako index 01600a4..9313d54 100644 --- a/xonstat/templates/player_versus.mako +++ b/xonstat/templates/player_versus.mako @@ -6,6 +6,10 @@ ${nav.nav('players')} +<%block name="title"> + Player Comparison + + % if p1 is not None and p2 is not None:
-- 2.39.2