bookwyrm-mastodon/bookwyrm/templates/groups/created_text.html

7 lines
204 B
HTML

{% load i18n %}
{% spaceless %}
{% blocktrans with username=group.user.display_name path=group.user.local_path %}Managed by <a href="{{ path }}">{{ username }}</a>{% endblocktrans %}
{% endspaceless %}