Files @ 79743b711d6f
Branch filter:

Location: symposion_app/pinaxcon/templates/symposion/reviews/access_not_permitted.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
{% extends "symposion/reviews/base.html" %}

{% block body %}
    <h1>Access Not Permitted</h1>

    <p>
        Sorry, you do not have permission to access this page. If you
        believe this is a bug, please contact us immediately.
    </p>
{% endblock %}