Statistics
| Branch: | Tag: | Revision:

root / snf-astakos-app / astakos / im / tests / views.py @ 5d3a191e

History | View | Annotate | Download (4.6 kB)

# Date Author Comment
ef1fb98b 11/25/2013 03:47 pm Giorgos Korfiatis

astakos: Reset user sign flags when adding new terms

When new terms are added, set has_signed_terms=False for all users, forcing
them to accept the new terms. If there are no terms, a new user is created
with has_signed_terms=True.

With this change we can skip querying the terms when authenticating a user,...

3d08cdca 09/04/2013 07:48 pm Sofia Papagiannaki

astakos: Fix approval_terms view

Fix crash when request user is not logged in.
Add tests

630e6b6d 06/12/2013 05:20 pm Kostas Papadimitriou

astakos: Some additional tests