lib.itmens/social/templates/event/boosted_collection.html
2024-04-20 12:55:21 -04:00

4 lines
186 B
HTML

{% load i18n %}
{% blocktrans with piece_url=event.piece.url piece_title=event.piece.title %}
boosted your collection <a href="{{ piece_url }}">{{ piece_title }}</a>
{% endblocktrans %}