Commit af23f0110e0c6b4e38b871746128d399019dc3db
1 parent
3835e9ad
Exists in
master
and in
7 other branches
Fix proposal form
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
index.html
... | ... | @@ -195,7 +195,7 @@ |
195 | 195 | <textarea id="article_abstract" class="countdown" name="article[abstract]" placeholder="Descrição" maxlength="200"></textarea> |
196 | 196 | </div> |
197 | 197 | <input type="hidden" id="type" name="article[type]" value="ProposalsDiscussionPlugin::Proposal"> |
198 | - <input type="hidden" id="type" name="article[content_type]" value="ProposalsDiscussionPlugin::Proposal"> | |
198 | + <input type="hidden" id="content_type" name="content_type" value="ProposalsDiscussionPlugin::Proposal"> | |
199 | 199 | <input type="submit" id="make-proposal-button" name="make-proposal-button" class="make-proposal-button" value="Enviar"> |
200 | 200 | </form> |
201 | 201 | <div class="success-proposal-sent success-sent hide send-button"> | ... | ... |