From: Ant Zucaro Date: Sat, 14 Mar 2015 11:28:23 +0000 (-0400) Subject: Re-indent the 404 page. X-Git-Url: https://de.git.xonotic.org/?a=commitdiff_plain;h=ef3802852a5323cebaaa4373ac478627ca17668f;p=xonotic%2Fxonstat.git Re-indent the 404 page. --- diff --git a/xonstat/templates/404.mako b/xonstat/templates/404.mako index 9e1b150..e9b7914 100644 --- a/xonstat/templates/404.mako +++ b/xonstat/templates/404.mako @@ -2,47 +2,47 @@ <%namespace name="nav" file="nav.mako" /> <%block name="navigation"> -${nav.nav('games')} + ${nav.nav('games')}

HTTP 404

% if 0 <= rand < 30: -

Well this is awkward...I couldn't find what you were looking for!

-

(better get back to playing then, hm?)

+

Well this is awkward...I couldn't find what you were looking for!

+

(better get back to playing then, hm?)

% endif % if 30 <= rand < 40: -

Whoa there! Looks like you've taken a wrong turn.

-

(no one tries to get on highway 404, no one.)

+

Whoa there! Looks like you've taken a wrong turn.

+

(no one tries to get on highway 404, no one.)

% endif % if 40 <= rand < 50: -

There's nothing to see here. *waves hand*

-

(did Mirio put you up to this?)

+

There's nothing to see here. *waves hand*

+

(did Mirio put you up to this?)

% endif % if 50 <= rand < 60: -

Hey, you! Watch out - kojn's behind you!

-

(he killed this page, apparently)

+

Hey, you! Watch out - kojn's behind you!

+

(he killed this page, apparently)

% endif % if 60 <= rand < 70: -

Samual must have destroyed this page.

-

(it wasn't pulling its own weight anyway)

+

Samual must have destroyed this page.

+

(it wasn't pulling its own weight anyway)

% endif % if 70 <= rand < 80: -

divVerent has encrypted this page so hard you'll never decipher it.

-

(either that or you've hit the wrong page or something)

+

divVerent has encrypted this page so hard you'll never decipher it.

+

(either that or you've hit the wrong page or something)

% endif % if 80 <= rand < 90: -

merlijn was unhappy with this page, so he removed it from the server.

-

(after yelling at me about it, of course)

+

merlijn was unhappy with this page, so he removed it from the server.

+

(after yelling at me about it, of course)

% endif % if 90 <= rand <= 100: -

Morphed is modeling this page. It's gonna be awesome.

-

(until then, you'll probably want to get in a game or two)

+

Morphed is modeling this page. It's gonna be awesome.

+

(until then, you'll probably want to get in a game or two)

% endif