Files @ ffe0f64182ac
Branch filter:

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

James Polley
Make narrow-screen schedule details more distinct

In the narrow view, lots of details that aren't in the normal view
appear to compensate for not having clear row/column headers any more.

However, all the detail can look very same-same; this tweak makes rooms and end times more distinct.

Session chair info is made always italic, and a label is added to make
it clear that this person is not the speaker.
{% load i18n %}
{% blocktrans with team_name=team team_url=team.get_absolute_url site_name=current_site.name site_url=current_site username=user.username %}
    <p>
        User "{{ username }}" has applied to join <b>{{ team_name }}</b> on {{ site_name }}.
    </p>

    <p>
        To accept this application and see any other pending applications, visit the following url:
        <a href="http://{{ site_url }}{{ team_url }}">http://{{ site_url }}{{ team_url }}</a>
    </p>
{% endblocktrans %}