Files @ 929388220cfc
Branch filter:

Location: symposion_app/pinaxcon/templates/symposion/emails/teams_user_invited/message.html

Joel Addison
Update speaker styling

Use site base template for all pages.
Fix speaker profile to work with Bootstrap 4.
{% load i18n %}

{% blocktrans with team_name=team team_url=team.get_absolute_url site_name=current_site.name site_url=current_site %}
    <p>
        You have been invited to join <b>{{ team_name }}</b> on {{ site_name }}.
    </p>

    <p>
        To accept this invitation, visit 
        <a href="http://{{ site_url }}{{ team_url }}">http://{{ site_url }}{{ team_url }}</a> and click the "Join" button.
    </p>
{% endblocktrans %}