Преглед изворни кода

cookie.key, not cookie.name; whoops

pull/24/head
Ben Kurtovic пре 12 година
родитељ
комит
5789316300
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      pages/settings.mako

+ 1
- 1
pages/settings.mako Прегледај датотеку

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


Loading…
Откажи
Сачувај