Skip to content

Commit

Permalink
remove rooms if
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoacierno committed Mar 16, 2024
1 parent a99e786 commit 6e4f045
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions backend/schedule/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ def user_schedule_item_favourites_calendar(request, conference_id, hash_user_id)
if speakers:
event_description += f"\nSpeaker(s)/Relatore(i): {', '.join(speakers)}"

if rooms:
event_description += f"\nRoom(s)/Stanza(e): {rooms}"
event_description += f"\nRoom(s)/Stanza(e): {rooms}"

event_description += (
f"\nInfo: https://2024.pycon.it/event/{schedule_item.slug}/"
Expand Down

0 comments on commit 6e4f045

Please sign in to comment.