eventcally/project/templates/email/review_status_notice.txt
Daniel Grams d63f340384 Internal/modules (#1)
* Restructured app
* Added Travis CI
* Added 'Deploy to heroku' button
2020-11-13 12:24:26 +01:00

4 lines
217 B
Plaintext

{{ _('The review status of your event has been updated.') }}
{{ _('Click the link below to view the status') }}
{{ url_for('event_suggestion_review_status', event_suggestion_id=event_suggestion.id, _external=True) }}