Files @ 796e7a6c2072
Branch filter:

Location: symposion_app/fixtures/users.json

Scott Bragg
Update template so only managers can post messages to speakers. (#3)

* Template changes so only papers committee manager can send messages to speaker. lca2017/symposion#3

(also manager can accept/reject/etc)
[
{
    "pk": 1,
    "model": "auth.user",
    "fields": {
        "date_joined": "2015-10-17T00:14:31.619Z",
        "groups": [],
        "user_permissions": [],
        "username": "pinax",
        "last_name": "",
        "is_superuser": true,
        "is_active": true,
        "email": "",
        "is_staff": true,
        "last_login": null,
        "first_name": "",
        "password": "pbkdf2_sha256$20000$mL5SrgzL4TSJ$y9rRoK1ZghGD8ywsJK0472Zp7DB+fr7jPZ9+MxPlWr0="
    }
}
]