switch to get requests
This commit is contained in:
parent
98d0ff5a4f
commit
379feed21f
1 changed files with 1 additions and 1 deletions
|
@ -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:')}
|
||||
|
|
Loading…
Reference in a new issue