robogals / myrobogals

myRobogals is the global intranet and record-keeping tool for Robogals. It has been built to simplify many of our day-to-day tasks including organising school visits, maintaining a member database, communicating with members, storing records reliably for future generations and easily collecting statistics on a global scale.
https://my.robogals.org
10 stars 21 forks source link

Actually use default invite email #52

Closed U-238 closed 7 years ago

U-238 commented 11 years ago

These attributes already exist but are not currently used: Group.invite_email_subject Group.invite_email_msg Group.invite_email_html

These are intended to be used as defaults for sending an "invite to school visit" email, e.g.: https://my.robogals.org/teaching/715/invite/

Currently the default is hardcoded.

Chapter > Edit Chapter should allow chapters to edit this default email, just like they can edit the contents of the welcome email currently.

yfcheung commented 11 years ago

Done

if Group.invite_email_subject is null:
    use form initial value
if Group.invite_email_msg is null:
    use form initial value