Bitpoll/bitpoll/registration
Tom Kunze 49be240fee
registration: Fix missing reverse for 'home'
URL path "home" was removed in commit d61c823 in favor of path "index".
But it was forgotten to adjust the references. This commit makes up for
this.

Fixes #160
2024-01-25 14:05:05 +01:00
..
templates/registration Small fixes for registration 2022-05-11 22:54:11 +02:00
__init__.py rename app from dudel to bitpoll 2017-07-12 16:36:07 +02:00
forms.py mark fields as required in the registration form; fixes #58 2020-01-17 22:18:27 +01:00
models.py registration: make it Django 2.1 compatible 2018-09-15 13:01:59 +02:00
urls.py replace ugettext* with gettext*. transition von url( to path( and re_path( 2022-05-07 15:22:28 +02:00
views.py registration: Fix missing reverse for 'home' 2024-01-25 14:05:05 +01:00