django-tos/tos
Benedikt Willi 40fa4acdb4
Update middleware.py
Use reverse_lazy instead of reverse, as reverse('tos_check_tos') can return the URL in a wrong language (the language the current thread is in, instead of the language of the users request) in combination with i18n.
2023-02-10 16:17:59 +01:00
..
migrations Initial migrations 2016-04-19 14:15:48 -04:00
templates/tos Put the <h2> back 2022-12-26 22:48:54 -07:00
templatetags Remove all unnecessary compatability shims 2021-12-20 01:42:37 -08:00
tests Update tests 2022-12-30 15:18:05 -07:00
__init__.py Update to 1.0.0 now with Django 4.0 support 2022-02-08 10:40:36 -06:00
admin.py PEP8 2016-03-02 11:15:01 -06:00
apps.py Fix one last call 2022-12-30 18:23:33 -07:00
middleware.py Update middleware.py 2023-02-10 16:17:59 +01:00
models.py Moar f-strings! 2022-12-26 22:49:25 -07:00
signal_handlers.py Fix signal handler 2022-12-30 14:45:01 -07:00
urls.py Replace django.conf.urls.url with django.urls.re_path 2021-12-20 02:03:23 -08:00
views.py Moar f-strings! 2022-12-26 22:49:25 -07:00