Files @ 7fac10241ec7
Branch filter:

Location: symposion_app/pinaxcon/templates/symposion/reviews/access_not_permitted.html - annotation

Joel Addison
Improve attendee reports

Display attendee profile data in normal table without DataTables so
sorting is not applied, causing data to be confusing to read.
Include item quantity in attendee data report for accurate schwag packing.
{% 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 %}