diff options
| -rw-r--r-- | templates/rsvp.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/rsvp.html b/templates/rsvp.html index c3b16fc..a6c6bb9 100644 --- a/templates/rsvp.html +++ b/templates/rsvp.html @@ -116,7 +116,7 @@ <div class="form-group"> <label for="mailing" class="col-md-4 control-label">{{_("Comments:")}}</label> <div class="col-md-5"> - <textarea id="comments" name="comments" placeholder="_{{'Your comments'}}" + <textarea id="comments" name="comments" placeholder="{{_('Your comments')}}" class="form-control" rows="3">{{form['comments'] if form['comments']}}</textarea> </div> </div> |
