Files @ 79743b711d6f
Branch filter:

Location: symposion_app/pinaxcon/templates/symposion/speakers/base.html

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
1
2
3
4
5
6
{% extends "utility_page.html" %}

{% block utility_body %}
  {% block proposals_body %}
  {% endblock %}
{% endblock %}