Files @ 79743b711d6f
Branch filter:

Location: symposion_app/pinaxcon/templates/symposion/emails/proposal_updated/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 username=user.username %}"{{ title }}" has been updated by {{ username }}{% endblocktrans %}