Skip to content

Conversation

lidokogi
Copy link
Contributor

Sponsorship email logic and sponsorshipTier model with no unrelated changes
FIx #17
FIx #12

Copy link

netlify bot commented Jul 30, 2025

👷 Deploy request for pyladiescon-portal-docs pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit 8ca62d2

assert response.status_code == 200
assert SponsorshipProfile.objects.filter(user=portal_user).exists()
messages = [str(m) for m in get_messages(response.wsgi_request)]
assert "Sponsorship profile submitted successfully!" in messages
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should keep this test to ensure that this message appears.

}

response = client.post(
reverse("sponsorship:create_sponsorship_profile"),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should keep the same syntax as before

@Mariatta
Copy link
Member

Mariatta commented Oct 3, 2025

Closing. Duplicate of #213

@Mariatta Mariatta closed this Oct 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Send email whenever sponsorship application status is changed Send confirmation email upon submitting sponsorship application
3 participants