forked from mirrors/bookwyrm
f3181690a2
This will allow privacy management to use existing code. Some template updates also are for rationalising how groups are created and edited.
6 lines
204 B
HTML
6 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 %}
|