Skip to content

Commit

Permalink
feat: Add event details (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
zorexsalvo authored Feb 13, 2024
1 parent 568accf commit 0ab6929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyconph/home/templates/home/_schedules.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ <h2 class="font-medium text-48 md:text-80 text-white mb-20">
end: "2024-02-25T{{ event.end }}",
resource: "{{ event.track }}",
id: DayPilot.guid(),
text: "{{ event.name }}"
text: "{{ event.name }}{% if event.speaker %} by {{ event.speaker }}{% endif %}\n{{ event.time }}"
},
{% endfor %}
];
Expand Down

0 comments on commit 0ab6929

Please sign in to comment.