Auto populate fields if user already filled them in (if they go back in application) #8
Labels
good first issue
Good for newcomers
Priority: Low
Status: Available
Type: Enhancement
New feature or request
User input is stored in
request.session
dictionary before being submitted to the database. Access keys byrequest.session[key_name]
in.py
files and by{{ request.session.key_name }}
in.html
filesThe text was updated successfully, but these errors were encountered: