Skip to content
Snippets Groups Projects
Commit f6e2618d authored by cubicroot's avatar cubicroot
Browse files

Mitgliedschaft im Habitat anzeigen

parent e2fe9074
No related branches found
No related tags found
No related merge requests found
......@@ -57,6 +57,7 @@
) }}
</div>
{% endif %}
</div>
{% if assembly.banner_image %}
<div class="hub-col-325px hub-card">
......@@ -90,6 +91,13 @@
</div>
{% endif %}
{% if assembly.parent %}
<div>
<h2 class="hub-section-title">{{ _("Assembly__parent") }}</h2>
{{ list_assemblies.list([assembly.parent]) }}
</div>
{% endif %}
<div>
<h2 class="hub-section-title">
{{ _("assembly projects") }} <i title="{{ _('Assembly__projects__info') }}"
......
......@@ -129,6 +129,9 @@ msgstr "Keine Einträge vorhanden."
msgid "habitat members"
msgstr "Habitat Mitglieder"
msgid "Assembly__parent"
msgstr "Mitglied im Habitat"
msgid "assembly projects"
msgstr "Assembly Projekte"
......
......@@ -129,6 +129,9 @@ msgstr ""
msgid "habitat members"
msgstr ""
msgid "Assembly__parent"
msgstr "Member of Habitat"
msgid "assembly projects"
msgstr ""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment