Commit 23c45fead4383c2499de2a03e2e508d5a79bdc29
1 parent
e82c7f1a
method post
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/app/frontend/views/please_return.php
... | ... | @@ -299,7 +299,7 @@ div#block_1 { |
299 | 299 | А также Вы можете подписаться на нашу email - рассылку, чтобы<br> |
300 | 300 | получать самые актуальные акционные предложения. |
301 | 301 | </div> |
302 | - <form class="form-inline" action=""> | |
302 | + <form class="form-inline" action="" method="post"> | |
303 | 303 | <div class="form-group"> |
304 | 304 | <input type="text" class="form-control" placeholder="Имя"> |
305 | 305 | </div> | ... | ... |