Commit 3835e9adbde96fa3010e014853f58abfbec9534e

Authored by Victor Costa
1 parent 1d04d600

Fix proposal form

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
index.html
... ... @@ -195,6 +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 199 <input type="submit" id="make-proposal-button" name="make-proposal-button" class="make-proposal-button" value="Enviar">
199 200 </form>
200 201 <div class="success-proposal-sent success-sent hide send-button">
... ...