Files @ 79743b711d6f
Branch filter:

Location: symposion_app/pinaxcon/templates/symposion/emails/proposal_new_message/subject.txt

James Polley
More consistent color-coding for talk status buttons

- there's no btn-default, switch that to btn-primary
- consistently use info for standby, primary for undecided, success
for accept and warn for rejected
{% load i18n %}{% blocktrans with title=proposal.title user=message.user.username %}New message on "{{ title }}" from {{ user }}{% endblocktrans %}