Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add list of event tags to email body #1649

Merged
merged 1 commit into from
May 2, 2020

Conversation

pbanaszkiewicz
Copy link
Contributor

This fixes #1647 by adding list of tags to each Action email context.
Tests were adjusted.

It's now possible to do:

{% if "online" in tags %}
...
{% endif %}

This fixes carpentries#1647 by adding list of tags to each Action email context.
Tests were adjusted.

It's now possible to do:

```
{% if "online" in tags %}
...
{% endif %}
```
@pbanaszkiewicz pbanaszkiewicz added this to the v2.12 milestone May 2, 2020
@pbanaszkiewicz pbanaszkiewicz self-assigned this May 2, 2020
@pbanaszkiewicz pbanaszkiewicz merged commit a438e85 into carpentries:develop May 2, 2020
@pbanaszkiewicz pbanaszkiewicz deleted the tags-in-emails branch July 24, 2021 08:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support event tags in email template for Email Automation
1 participant