fix: wrong template name

This commit is contained in:
vas3k 2024-03-19 12:18:22 +01:00
parent 4b9675bf43
commit 6e88ece2b0
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ def async_create_or_update_achievement(user_achievement: UserAchievement):
send_telegram_image(
chat=Chat(id=user.telegram_id),
image_url=achievement.image,
text=render_html_message("show_achievement.html", user=user, achievement=achievement),
text=render_html_message("achievement.html", user=user, achievement=achievement),
)
# emails