Files @ 79743b711d6f
Branch filter:

Location: symposion_app/pinaxcon/templates/symposion/schedule/public_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
7
{% extends "content_page.html" %}

{% load staticfiles %}

{% comment %}
{% block header_background_image %}{% static "lca2018/images/hobart_bg_optimised.jpg" %}{% endblock %}
{% endcomment %}