瀏覽代碼

Do cookie updates before we generate the header.

pull/24/head
Ben Kurtovic 12 年之前
父節點
當前提交
68c3bd9d65
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      pages/settings.mako

+ 1
- 1
pages/settings.mako 查看文件

@@ -1,7 +1,7 @@
<% bot, status, langs, projects = main(environ, headers, cookies) %>\
<%include file="/support/header.mako" args="environ=environ, cookies=cookies, title='Settings'"/>\
<%namespace module="toolserver.settings" import="main"/>\
<%! from json import dumps, loads %>
<% bot, status, langs, projects = main(environ, headers, cookies) %>
% if status:
<div class="green-box">
<p>${status}</p>


Loading…
取消
儲存