Skip to content

Commit

Permalink
Cleanup comment
Browse files Browse the repository at this point in the history
  • Loading branch information
brylie committed Sep 20, 2024
1 parent f351f4b commit 054660b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion events/templates/events/event.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ <h1>{{ event.title }}</h1>
"eventAttendanceMode": "https://schema.org/OfflineEventAttendanceMode",
"description": "{{ event.body|striptags|escapejs }}",
"url": "{{ request.build_absolute_uri }}",
"eventCategory": "{{ event.get_category_display|escapejs }}", <!-- Dynamic event category based on choices -->
"eventCategory": "{{ event.get_category_display|escapejs }}",
"eventWebsite": "{% if event.website %}{{ event.website }}{% endif %}"
}
</script>
Expand Down

0 comments on commit 054660b

Please sign in to comment.