Select the decline response by default

master
Daniel Berteaud 11 years ago
parent 626fd86cdd
commit 8856ff0aca
  1. 2
      templates/default/invitation.html.ep

@ -18,7 +18,7 @@
<label for="response"><%=l 'WILL_YOU_JOIN' %></label> <label for="response"><%=l 'WILL_YOU_JOIN' %></label>
<select name="response" id="response" class="form-control"> <select name="response" id="response" class="form-control">
<option value="later"><%=l 'WILL_TRY_TO_JOIN_LATER' %></option> <option value="later"><%=l 'WILL_TRY_TO_JOIN_LATER' %></option>
<option value="decline"><%=l 'WONT_BE_ABL_TO_JOIN' %></option> <option value="decline" selected><%=l 'WONT_BE_ABL_TO_JOIN' %></option>
</select> </select>
</div> </div>
<div class="form-group"> <div class="form-group">

Loading…
Cancel
Save