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