pyfedi/app/templates/community/check_url_posted.html

7 lines
No EOL
221 B
HTML

{% if communities -%}
<p>{{ _('This link has already been posted to these communities:') }}<br>
{% for community in communities -%}
{{ community.display_name() }}<br>
{% endfor -%}
</p>
{% endif %}