fixing birth date and registration bugs
This commit is contained in:
@@ -1032,6 +1032,8 @@ def add_defaultfavorites(r):
|
||||
def rower_register_view(request):
|
||||
|
||||
nextpage = request.GET.get('next','/rowers/list-workouts/')
|
||||
if nextpage == '':
|
||||
nextpage = '/rowers/list-workouts/'
|
||||
|
||||
if request.method == 'POST':
|
||||
#form = RegistrationFormUniqueEmail(request.POST)
|
||||
|
||||
Reference in New Issue
Block a user