billing: Don't ask about subscriptions when deactivating registration.

This commit is contained in:
Alya Abbott 2023-12-15 10:04:04 -08:00 committed by Alex Vandiver
parent e44ba3b1f1
commit 910a8169bc
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
</div> </div>
</div> </div>
<!-- user_full_name is not present only when user first logs in which also perfect to set email preferences --> <!-- user_full_name is not present only when user first logs in which also perfect to set email preferences -->
{% if not user_full_name %} {% if (not user_full_name) and (not (next_page and next_page == "deactivate")) %}
<div class="input-group remote-billing-confirm-email-subscription-form-field"> <div class="input-group remote-billing-confirm-email-subscription-form-field">
<label for="enable-major-release-emails" class="checkbox"> <label for="enable-major-release-emails" class="checkbox">
<input id="enable-major-release-emails" name="enable_major_release_emails" type="checkbox" value="true" checked="checked" /> <input id="enable-major-release-emails" name="enable_major_release_emails" type="checkbox" value="true" checked="checked" />