]> de.git.xonotic.org Git - xonotic/xonstat.git/blob - xonstat/templates/merge.mako
Wire up a simple forbidden response for merges.
[xonotic/xonstat.git] / xonstat / templates / merge.mako
1 <%inherit file="base.mako"/>
2 <%namespace name="nav" file="nav.mako" />
3
4 <%block name="navigation">
5 ${nav.nav('players')}
6 </%block>
7
8 <h1>Player Merge</h1>
9
10 <h2>Merge two players below. The destination player_id is on the right.</h2>
11 <p>(the destination player_id is the one that lives on after the merge)</p>