Ptitloup

Results 2 issues of Ptitloup

I created this branch to add owner group(s) to newsletter. If newsletter have group(s), only users of this groups (and superuser) can manage it and his messages, subscription and submision......

hello, I've just fixed a bug with the gateway feature in python 3.5 in this line : https://github.com/kstateome/django-cas/blob/develop/cas/views.py#L70 I replaced **extra_params = gateway_params + list(query_list)** by **extra_params = gateway_params +...