diff --git a/app/templates/admin/communities.html b/app/templates/admin/communities.html index af65ec8f..07eaa64a 100644 --- a/app/templates/admin/communities.html +++ b/app/templates/admin/communities.html @@ -31,9 +31,7 @@ {% for community in communities.items %}
- - {{ new_community.title }}@{{ new_community.ap_domain }} + {{ render_communityname(new_community) }}
{% if subscribed %} {{ _('Leave') }} diff --git a/app/templates/community/community.html b/app/templates/community/community.html index 28cb16cf..38b6b8f4 100644 --- a/app/templates/community/community.html +++ b/app/templates/community/community.html @@ -170,9 +170,7 @@
- - {{ new_community.title }}@{{ new_community.ap_domain }} + {{ render_communityname(new_community) }}
{% if subscribed %} {{ _('Leave') }} diff --git a/app/templates/index.html b/app/templates/index.html index 23b326b6..2e8798bf 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -53,9 +53,7 @@