diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/rsvp.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/rsvp.html b/templates/rsvp.html index a03d511..04b8cfc 100644 --- a/templates/rsvp.html +++ b/templates/rsvp.html @@ -55,8 +55,7 @@ <div class="col-md-5"> <textarea id="mailing" name="mailing" placeholder="{{_('Your mailing address')}}" - value="{{form['mailing'] if form['mailing']}}" - class="form-control" rows="3"></textarea> + class="form-control" rows="3">{{form['mailing'] if form['mailing']}}</textarea> </div> </div> <p> |
