Commit a69804f5a4efb4199fd49fa819c090a51e5f2ccc
1 parent
28ff56d0
Exists in
master
and in
8 other branches
Define form method
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
index.html
... | ... | @@ -197,7 +197,7 @@ |
197 | 197 | <div class="info">Ela se tornará pública em até 24 horas após o envio e poderá ser apoiada por outros participantes.</div> |
198 | 198 | <div class="send-proposal-button send-button"><a href="#"><span>Envie Sua Proposta</span></a></div> |
199 | 199 | <div class="login-container hide">Login</div> |
200 | - <form class="make-proposal-form save-article-form hide" id="make-proposal-form-{{id}}" action="{{proposal_action ../article . }}"> | |
200 | + <form class="make-proposal-form save-article-form hide" id="make-proposal-form-{{id}}" action="{{proposal_action ../article . }}" method="post"> | |
201 | 201 | <div class="message hide"></div> |
202 | 202 | <div> |
203 | 203 | <div><label for="article_abstract">Descrição</label></div> |
... | ... | @@ -230,7 +230,7 @@ |
230 | 230 | <p>Esta história pode nos ajudar a melhorar a nossa ação e não será divulgada.</p> |
231 | 231 | <div class="send-experience-button send-button"><a href="#"><span>Envie Sua Experiência</span></a></div> |
232 | 232 | <div class="login-container hide">Login</div> |
233 | - <form class="make-experience-form save-article-form hide" id="make-experience-form-{{id}}" action="/api/v1/articles/{{id}}/children"> | |
233 | + <form class="make-experience-form save-article-form hide" id="make-experience-form-{{id}}" action="/api/v1/articles/{{id}}/children" method="post"> | |
234 | 234 | <div class="message hide"></div> |
235 | 235 | <div> |
236 | 236 | <div> | ... | ... |