czue / django-wedding-website

A django-powered wedding website and guest-management system
Other
458 stars 273 forks source link

BUGFIX: Add 'couple_name' to invite context #56

Closed talpid closed 1 year ago

talpid commented 1 year ago

This variable was missing from invite context, so the invite page would render the title as "'s big day" instead of f"{couple_name}'s big day"

talpid commented 1 year ago

I noticed this also applies to the rsvp_confirm content - second commit added to fix this.

czue commented 1 year ago

Yikes, thanks!