Merge pull request #104 from AyuntamientoMadrid/debates_title_length_93
Debates title length
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
<p><strong><%= t("debates.form.debate_title") %></strong></p>
|
||||
<p><%= t("debates.form.title_instructions") %></p>
|
||||
<%= f.text_field :title %>
|
||||
<%= f.text_field :title, maxlength: Debate::TITLE_LENGTH %>
|
||||
|
||||
<br/>
|
||||
<p><strong><%= t("debates.form.debate_text") %></strong></p>
|
||||
|
||||
Reference in New Issue
Block a user