]> de.git.xonotic.org Git - xonotic/xonstat.git/blob - xonstat/templates/forbidden.mako
Remove more refs to sqlahelper.
[xonotic/xonstat.git] / xonstat / templates / forbidden.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>403 Forbidden</h1>
9
10 <h2>Sorry dudebro!</h2>
11 <p>Access to this area is restricted. You should probably get back to the game. It's cooler anyway!</p>