Skip to content

Commit 6bd8de7

Browse files
authored
Issue567 (#568)
* Amend Tango text * Update Django version
1 parent d281a5f commit 6bd8de7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

webcdi/cdi_forms/templates/cdi_forms/administration_summary.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ <h4>
192192
</p>
193193
{% elif gift_card.payment_type == 'Tango' %}
194194
<p>
195-
{% trans "Thank you for participating in our Web-CDI project! It is our pleasure to send you this " %}{{ gift_card.payment_type }}{% trans " Gift Card that can be redeemed towards millions of items at " %}<a href="https://{{ gift_card.gift_code }}" target="_blank">{{ gift_card.gift_code }}</a>. {% trans "You may want to print this screen for easy reference later--you’ll need the gift card claim code below." %}
195+
{% trans "Thank you for participating in our Web-CDI project! It is our pleasure to send you this Tango Choice Card that can be redeemed for a gift card from your choice of hundreds of stores! Just click below and you will be taken to the Tango site. You may want to print this screen for easy reference later--you’ll need the gift card claim code below. " %}
196196
</p>
197197
<p>
198198
{% trans "To redeem your gift card, visit " %}<a href="https://{{ gift_card.gift_code }}" target="_blank">{{ gift_card.gift_code }}</a>.

webcdi/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ confusable-homoglyphs==3.2.0
1717
coverage==7.6.3
1818
cssselect2==0.7.0
1919
defusedxml==0.7.1
20-
Django==4.2.17
20+
Django==4.2.20
2121
django-admin-rangefilter==0.12.0
2222
django-bootstrap3==21.1
2323
django-bootstrap3-datetimepicker==2.2.3

0 commit comments

Comments
 (0)