{% extends "base.html" %} {% block content %}

Change Password








Show 2FA and Email Confirmation. If the user turns on it, it will show a green tick. If not, it will show a red tick.

At here, you may just use 1 to show green tick, 2 to show red tick. I will styling after building front-end

2FA: 1

Email Confirmation: 1


Show user information

{{user.email}}

{{user.username}}


Art I Own

{%for art in my_art%}

{{art.name}}

2. Art Image(Click the photo will go to pop up detail art page)

{%endfor%}
{%for art in my_creation%}

Art by Me

{{art.name}}

2. Art Image(Click the photo will go to pop up detail art page)

{%endfor%} Popup {% block modal %}{% endblock %} {% block script %}{% endblock %}

Show the user bidding record

Bidding Art Item Name Bidding Time(Order by DESC) Bidding Price
The Krusty Krab 2022-4-3 15:30:00 150
Chum Bucket 2022-4-2 10:00:00 100
{% endblock %}