Skip to content

Commit

Permalink
feat: remove now unused location item
Browse files Browse the repository at this point in the history
  • Loading branch information
diraven committed Mar 5, 2024
1 parent 6e64cff commit 5ff8cf9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion generators/teachers/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
---
{"{{< youtube "+teacher.get("promo_video_youtube_id")+" >}}" if teacher.get("promo_video_youtube_id") else ""}
- **Розташування:** {teacher.get("location", DEFAULT_VALUE)}
{links}
{teacher.get("description", "")}"""
Expand Down
1 change: 0 additions & 1 deletion generators/workshops/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
---
{"{{< youtube "+workshop.get("promo_video_youtube_id")+" >}}" if workshop.get("promo_video_youtube_id") else ""}
- **Розташування:** {workshop.get("location", DEFAULT_VALUE)}
- **Майстер:** {workshop.get("craftsman_name", DEFAULT_VALUE)}
{links}
Expand Down

0 comments on commit 5ff8cf9

Please sign in to comment.