summaryrefslogtreecommitdiff
path: root/ishtar_common/templates/registration/activate.html
AgeCommit message (Collapse)Author
2022-12-12Migration to Django 2.2 - many fixesÉtienne Loks
- remove redondant permissions - fix missing kwargs for widget and form fields - fix default to callable for model field - quick and dirty fix for datepicker - is_authenticated() -> is_authenticated - fix registration urls - remove six usage (no more python2)
2012-10-18Djangoization - Major refactoring (step 1)Étienne Loks