Browse Source

Fix.

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

+ 1
- 1
pages/settings.mako View File

@@ -48,7 +48,7 @@
<ul>
% for cookie in cookies.itervalues():
<li>
<tt>${cookie.key | h}</tt>: <tt>${cookie.value | h}</tt> (<tt>${cookie.path | h}</tt>)
<tt>${cookie.key | h}</tt>: <tt>${cookie.value | h}</tt> (<tt>${cookie["path"] | h}</tt>)
<form action="${environ['PATH_INFO']}" method="post">
<input type="hidden" name="action" value="delete">
<input type="hidden" name="cookie" value="${cookie.key | h}">


Loading…
Cancel
Save