LaiMo2020 / more2offer

0 stars 1 forks source link

Add Questionnaire submission functionality #22

Closed Oldman10000 closed 3 years ago

Oldman10000 commented 3 years ago

Added functionality to submit questionnaire. This should update the user profile badge data using just the numbers from the icon file names. Later we can amend the icon file names so they are just the numbers (i.e. 001.png).

Then we can render this on the user profile using some sort of jinja loop:

{% for badge in user.badges %}

{% endfor %}