Skip to content

Commit

Permalink
Change wording in preferences - reports instead of subordinates
Browse files Browse the repository at this point in the history
  • Loading branch information
krzywon committed Nov 6, 2020
1 parent 107afa5 commit 9e4ece7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions NEMO/templates/users/preferences.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ <h1>User Preferences</h1>
{% csrf_token %}
<div class="form-group">
<div class="checkbox">
<label><input name="attach_created_reservation" type="checkbox" {% if user_preferences.attach_created_reservation %}checked{% endif %}>Check this box to receive ICS calendar invitation when a reservation is created for you or your subordinates</label>
<label><input name="attach_created_reservation" type="checkbox" {% if user_preferences.attach_created_reservation %}checked{% endif %}>Check this box to receive ICS calendar invitation when a reservation is created for you or your reports</label>
</div>
<div class="checkbox">
<label><input name="attach_cancelled_reservation" type="checkbox" {% if user_preferences.attach_cancelled_reservation %}checked{% endif %}>Check this box to receive ICS calendar invitation when a reservation is cancelled for you or your subordinates</label>
<label><input name="attach_cancelled_reservation" type="checkbox" {% if user_preferences.attach_cancelled_reservation %}checked{% endif %}>Check this box to receive ICS calendar invitation when a reservation is cancelled for you or your reports</label>
</div>
<div class="checkbox">
<label><input name="attach_confirmed_reservation" type="checkbox" {% if user_preferences.attach_confirmed_reservation %}checked{% endif %}>Check this box to receive ICS calendar invitation when a reservation is confirmed for you or your subordinates</label>
<label><input name="attach_confirmed_reservation" type="checkbox" {% if user_preferences.attach_confirmed_reservation %}checked{% endif %}>Check this box to receive ICS calendar invitation when a reservation is confirmed for you or your reports</label>
</div>
<div class="col-md-3">
<label>Secondary Email Address:
Expand Down

0 comments on commit 9e4ece7

Please # to comment.