Commit a87cd90d354c5752166a79fb416b92f00dd31f36
1 parent
1fbebcd3
Exists in
master
and in
10 other branches
Change textarea limit to 5000 in experience form
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
index.html
... | ... | @@ -143,7 +143,7 @@ |
143 | 143 | <div class="message"></div> |
144 | 144 | <div> |
145 | 145 | <div><label for="article_abstract">Descrição</label></div> |
146 | - <textarea id="article_abstract" class="countdown" name="article[abstract]" placeholder="Descrição" maxlength="200"></textarea> | |
146 | + <textarea id="article_abstract" class="countdown" name="article[abstract]" placeholder="Descrição" maxlength="5000"></textarea> | |
147 | 147 | </div> |
148 | 148 | <input id='content_type' name='content_type' value='ProposalsDiscussionPlugin::Story' type='hidden'> |
149 | 149 | <input type='submit' id='make-experience-button' class='make-experience-button' name='make-experience-button' value='Enviar'> | ... | ... |