switch to get requests

This commit is contained in:
Jan Dittberner 2009-01-21 22:30:05 +01:00
parent 98d0ff5a4f
commit 379feed21f
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ License along with this program. If not, see
${h.stylesheet_link_tag('style')}
</head>
<body>
${h.start_form(h.url_for(action='handle_post'), method='post')}
${h.start_form(h.url_for(action='handle_post'), method='get')}
<fieldset id="ddportfolio">
<legend>${_('Debian Developer Portfolio')}</legend>
<label for="name">${_('Name:')}