Open pelololoquin opened 8 years ago
It's worth keeping this issue open, but at present, this is really difficult to do. It would require storing email text in the DB and having an overhaul of our template security as described in https://github.com/magfest/ubersystem/issues/1532
Also, some of the more complex emails have a lot of templating logic in them that will require a programmer to look over it and make sure it's solid, so, it's probably best we keep these changes reviewed as github pull requests.
All that being said, it's still pretty easy to edit these email templates which you can find here: https://github.com/magfest/bands/tree/master/bands/templates/emails
If you click the 'edit' icon, you can edit their text in browser and submit a pull request all from the web interface.
The current workflow uses form emails, which are generally fine, but there are sometimes tweaks that need to be made to the form email. I would like to be able to edit the form email without delving into code or having to request that someone else do it for me.