Skip to content

Commit

Permalink
[FIX] website_forum: Minor grammar error
Browse files Browse the repository at this point in the history
  • Loading branch information
watermelonjuice authored and mart-e committed Aug 11, 2014
1 parent 413bc62 commit 0aef6fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/website_forum/views/website_forum.xml
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@
<form t-attf-action="/forum/#{ slug(forum) }/question/new" method="post" role="form" class="tag_text">
<input type="text" name="question_name" required="True" t-attf-value="#{question_name}"
class="form-control" placeholder="Enter your Question"/>
<h5 class="mt20">Please enter a descriptive question (should finish by a '?')</h5>
<h5 class="mt20">Please enter a descriptive question (should finish with a '?')</h5>
<input type="hidden" name="karma" t-attf-value="#{user.karma}" id="karma"/>
<textarea name="content" required="True" class="form-control load_editor">
<t t-esc="question_content"/>
Expand Down

0 comments on commit 0aef6fa

Please sign in to comment.