forked from CGM_Public/pretix_original
* New models * CRUD UI * UI for adding/removing team members * Log display for teams * Fix invitations, move frontend * Drop old models (incomplete) * Drop more old stuff * Drop even more old stuff * Fix tests * Fix permission test * flake8 fix * Add tests fore the new code * Rebase migrations
18 lines
389 B
Plaintext
18 lines
389 B
Plaintext
{% load i18n %}{% blocktrans with url=url|safe %}Hello,
|
|
|
|
you have been invited to a team on pretix, a platform to perform event
|
|
ticket sales.
|
|
|
|
Organizer: {{ organizer }}
|
|
Team: {{ team }}
|
|
|
|
If you want to join that team, just click on the following link:
|
|
{{ url }}
|
|
|
|
If you do not want to join, you can safely ignore or delete this email.
|
|
|
|
Best regards,
|
|
|
|
Your pretix team
|
|
{% endblocktrans %}
|