django-tos/tos
Krzysztof Dorosz 2b3efcfcb0 This commit fixes bug:
1) in urls a view "tos" has context object evaluated only in a runtime. This means that even if tos was changed, the "tos" view shows always the same old tos object.
2) check_tos view uses now messages framework instead of {{note}}
3) Support for translation in "you cannot login..." message added

The following code was tested with django 1.4 and it is reported to work well.
2012-10-14 23:41:35 +02:00
..
management Fixed breaking logins due to initial_data 2010-11-17 12:52:46 -06:00
templates/tos Reverting to non-HTML5 for old busted IE 2010-12-18 10:39:00 -06:00
tests Fixed breaking logins due to initial_data 2010-11-17 12:52:46 -06:00
__init__.py More boilerplate 2010-06-18 11:24:33 -05:00
admin.py Nuked the crazy flatpages since that was a miscommunication. Added in a handed TOS manager and a agreement checker. Updated tests to match 2010-06-18 14:57:24 -05:00
models.py Forgot to make second argument keyword. 2012-07-04 12:55:28 -07:00
urls.py This commit fixes bug: 2012-10-14 23:41:35 +02:00
views.py This commit fixes bug: 2012-10-14 23:41:35 +02:00