diff --git a/app/config/default.yml b/app/config/default.yml index c9789c8a6..b6ea2ea75 100644 --- a/app/config/default.yml +++ b/app/config/default.yml @@ -182,4 +182,6 @@ contributors: - name: "Alina Petrosyants" role: "Software Engineer" - name: "Denys Zhytkov" - role: "Software Engineer" \ No newline at end of file + role: "Software Engineer" + - name: "Bhushan Sah" + role: "Software Engineer" diff --git a/app/templates/main/userProfile.html b/app/templates/main/userProfile.html index 49fa59764..6989def8d 100644 --- a/app/templates/main/userProfile.html +++ b/app/templates/main/userProfile.html @@ -97,10 +97,10 @@

- {% set focus = "open" if visibleAccordion == "upcoming" or (not visibleAccordion and volunteer.username == g.current_user.username) else "collapsed" %} + {% set focus = "open" if visibleAccordion == "upcoming" else "collapsed" %}

- {% set show = "show" if visibleAccordion == "upcoming" or (not visibleAccordion and volunteer.username == g.current_user.username) else ""%} + {% set show = "show" if visibleAccordion == "upcoming" else ""%}
@@ -191,12 +191,12 @@
You have not participated in any events.

- {% set focus = "open" if visibleAccordion == "programTable" or (not visibleAccordion and volunteer.username != g.current_user.username) else "collapsed" %} + {% set focus = "open" if visibleAccordion == "programTable" else "collapsed" %}

- {% set show = "show" if visibleAccordion == "programTable" or (not visibleAccordion and volunteer.username != g.current_user.username) else "" %} + {% set show = "show" if visibleAccordion == "programTable" else "" %}
diff --git a/requirements.txt b/requirements.txt index 92f155db0..aeb9c89fd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ attrs==25.3.0 blessings==1.7 blinker==1.9.0 certifi==2025.8.3 -cffi +cffi chardet==5.2.0 charset-normalizer==3.4.2 click==8.2.1