Browse Source

Well, this seems a bit silly.

pull/24/head
Ben Kurtovic 12 years ago
parent
commit
5f8c8307fc
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      pages/settings.mako

+ 1
- 1
pages/settings.mako View File

@@ -44,7 +44,7 @@
<h2>Cookies</h2>
% if cookies:
<ul>
% for cookie in cookies:
% for cookie in cookies.itervalues():
<li>
<tt>${cookie.key | h}</tt>: <tt>${cookie.value | h}</tt>
<form action="${environ['PATH_INFO']}" method="post">


Loading…
Cancel
Save