From 04eee52ea1b923bd2e10605aed3745328e39854f Mon Sep 17 00:00:00 2001 From: Avinesh Kumar Date: Fri, 1 Dec 2023 11:57:55 +0100 Subject: [PATCH 1/2] Typo fix Signed-off-by: Avinesh Kumar --- volunteers/templates/static/promo.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/volunteers/templates/static/promo.html b/volunteers/templates/static/promo.html index 64bb67b..4befc7e 100644 --- a/volunteers/templates/static/promo.html +++ b/volunteers/templates/static/promo.html @@ -17,7 +17,7 @@

FOSDEM
Volunteering

  • Location

    -

    FOSDEM 2023 will be returning the the ULB in Brussels, Belgium, while continuing to offer an online presence.

    +

    FOSDEM 2023 will be returning to the ULB in Brussels, Belgium, while continuing to offer an online presence.

  • Volunteering

    From 622ad62729d924a0dc8a2567d741f2e45b228a13 Mon Sep 17 00:00:00 2001 From: Avinesh Kumar Date: Fri, 1 Dec 2023 11:58:38 +0100 Subject: [PATCH 2/2] Typo fix Signed-off-by: Avinesh Kumar --- TODO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO b/TODO index 1c9d6bc..2940fa1 100644 --- a/TODO +++ b/TODO @@ -18,7 +18,7 @@ - [ ] mark their attendance there as well - [ ] view mugshots of other attendees there as well - [x] see the people assigned to a task (friends like to do things together) - implemented as tooltip -- [x] see the the tasks a user has assigned himself to, on his profile (friends like to do things together) +- [x] see the tasks a user has assigned himself to, on his profile (friends like to do things together) - [ ] print schedules for entire task templates (handy for staff members, to get an overview of "their" volunteers) - [ ] get an overview of who's supposed to be where for any given date/time, default to "now" - [ ] do anything else I might have overlooked