[cc-commits] [SCM] cc.engine: License chooser & etc (branch pdmark) updated. b7708b9faaca1ab896b127950069632a3e5b9b3a
git version control
git at a7.creativecommons.org
Thu Oct 7 09:43:57 EDT 2010
The branch, pdmark has been updated
via b7708b9faaca1ab896b127950069632a3e5b9b3a (commit)
from 5fe4ee3dc5c91f02e1e2a654652db5cdd12b02c1 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit b7708b9faaca1ab896b127950069632a3e5b9b3a
Author: Christopher Allan Webber <cwebber at dustycloud.org>
Date: Thu Oct 7 08:44:00 2010 -0500
Email forms now must POST
-----------------------------------------------------------------------
Summary of changes (followed by patch):
.../templates/chooser_pages/pdmark/results.pt | 3 ++-
cc/engine/templates/chooser_pages/zero/results.pt | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/cc/engine/templates/chooser_pages/pdmark/results.pt b/cc/engine/templates/chooser_pages/pdmark/results.pt
index 21f5249..7e70571 100644
--- a/cc/engine/templates/chooser_pages/pdmark/results.pt
+++ b/cc/engine/templates/chooser_pages/pdmark/results.pt
@@ -132,7 +132,8 @@ YAHOO.util.Event.onDOMReady(function() {
email, fill in your email address below.
</p>
- <form action="" tal:attributes="action request/path_info">
+ <form action="" method="post"
+ tal:attributes="action request/path_info">
<metal:form-vals tal:repeat="key python:request_form.keys()">
<input type="hidden" name="key" value=""
tal:attributes="name key;
diff --git a/cc/engine/templates/chooser_pages/zero/results.pt b/cc/engine/templates/chooser_pages/zero/results.pt
index 94be98c..38ce635 100644
--- a/cc/engine/templates/chooser_pages/zero/results.pt
+++ b/cc/engine/templates/chooser_pages/zero/results.pt
@@ -156,7 +156,8 @@ YAHOO.util.Event.onDOMReady(function() {
email address below.
</p>
- <form action="" tal:attributes="action request/path_info">
+ <form action="" method="post"
+ tal:attributes="action request/path_info">
<metal:form-vals tal:repeat="key python:request_form.keys()">
<input type="hidden" name="key" value=""
tal:attributes="name key;
hooks/post-receive
--
cc.engine: License chooser & etc
More information about the cc-commits
mailing list