From a68e63af4b7844398f1e96125583f78d4bc5902f Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Wed, 25 Jul 2012 00:17:38 -0400 Subject: [PATCH] Move status box. --- pages/settings.mako | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pages/settings.mako b/pages/settings.mako index 7685954..265ba6a 100644 --- a/pages/settings.mako +++ b/pages/settings.mako @@ -2,10 +2,12 @@ <%namespace module="toolserver.settings" import="main"/>\ <%! from json import dumps, loads %> <% bot, cookies, status, langs, projects = main(environ, headers) %> +

Settings

% if status: -
${status}
+
+

${status}

+
% endif -

Settings

This page contains some configurable options for this Toolserver site. Settings are saved as cookies. You can view and delete all cookies generated by this site at the bottom of this page.