mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Backwards logic on renewal.
This commit is contained in:
parent
5952e0b4b0
commit
9ee04c4728
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ float: right;">
|
|||
<button type="submit" class="submit-button NB-modal-submit-button NB-modal-submit-green">{% if renew %}Switch to this Credit Card{% else %}Submit Payment{% endif %}</button>
|
||||
|
||||
<span class="payment-notice">
|
||||
{% if immediate_charge and user.profile.premium_expire %}
|
||||
{% if not immediate_charge and user.profile.premium_expire %}
|
||||
You will not be charged until {{ user.profile.premium_expire|date:"F j, Y" }}
|
||||
{% endif %}
|
||||
</span>
|
||||
|
|
Loading…
Add table
Reference in a new issue