Skip to content

Commit

Permalink
support: Update discount label to include nonprofit discount %.
Browse files Browse the repository at this point in the history
  • Loading branch information
hackerkid authored and timabbott committed May 7, 2019
1 parent 735b6cb commit 9c1e409
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/analytics/support.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ <h3><img src="{{ user.realm.realm_icon_url }}" class="support-realm-icon"> {{ us
<button type="submit" class="btn btn-small support-submit-button">Update</button>
</form>
<form method="POST" class="support-discount-form">
<b>Discount</b>:<br>
<b>Discount (use 85 for nonprofits)</b>:<br>
{{ csrf_input }}
<input type="hidden" name="realm_id" value="{{ user.realm.id }}" />
<input type="number" name="discount" value="{{user.realm.default_discount}}" required>
Expand Down Expand Up @@ -100,7 +100,7 @@ <h3><img src="{{ realm.realm_icon_url }}" class="support-realm-icon"> {{ realm.n
<button type="submit" class="btn btn-small support-submit-button">Update</button>
</form>
<form method="POST" class="support-discount-form">
<b>Discount</b>:<br>
<b>Discount (use 85 for nonprofits)</b>:<br>
{{ csrf_input }}
<input type="hidden" name="realm_id" value="{{ realm.id }}" />
<input type="number" name="discount" value="{{ realm.default_discount}}" required>
Expand Down

0 comments on commit 9c1e409

Please sign in to comment.