diff --git a/rowers/templates/subscription_create_notification.html b/rowers/templates/subscription_create_notification.html index 37a8c8eb..89c0ebf1 100644 --- a/rowers/templates/subscription_create_notification.html +++ b/rowers/templates/subscription_create_notification.html @@ -10,7 +10,7 @@ {% if recurring %}
The subscription cost is €{{ price }} per year. - The next charge is due on {{ end_of_billing_period }}. on that date. + The next charge is due on {{ end_of_billing_period }}.
{% else %}diff --git a/rowers/templates/subscription_downgrade_notification.html b/rowers/templates/subscription_downgrade_notification.html index dce13caf..6fb0589d 100644 --- a/rowers/templates/subscription_downgrade_notification.html +++ b/rowers/templates/subscription_downgrade_notification.html @@ -10,7 +10,7 @@ {% if recurring %}
The subscription cost is €{{ price }} per year. - The next charge is due on {{ end_of_billing_period }}. on that date. + The next charge is due on {{ end_of_billing_period }}.
{% else %}diff --git a/rowers/templates/subscription_update_notification.html b/rowers/templates/subscription_update_notification.html index 1df49f73..ce72fe97 100644 --- a/rowers/templates/subscription_update_notification.html +++ b/rowers/templates/subscription_update_notification.html @@ -10,7 +10,7 @@ {% if recurring %}
The subscription cost is €{{ price }} per year. - The next charge is due on {{ end_of_billing_period }}. on that date. + The next charge is due on {{ end_of_billing_period }}.
{% else %}