aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel <guillaume.horel@serenitascapital.com>2015-03-25 13:17:00 -0400
committerGuillaume Horel <guillaume.horel@serenitascapital.com>2015-03-25 13:17:00 -0400
commitf142693277973fd7396b21982319abc69298b5eb (patch)
tree5e9242251a00cfb8e1376bdfe68afe06bfa0c464
parent7a0eb81c7995eac143d4fbc221e320647acc8c64 (diff)
downloadwedding-website-f142693277973fd7396b21982319abc69298b5eb.tar.gz
typo
-rw-r--r--templates/rsvp.html2
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>