Skip to content
Snippets Groups Projects
Commit a8b6391b authored by weeman's avatar weeman
Browse files

Merge branch 'habitat-mitgliedschaft-anzeigen' into 'develop'

Mitgliedschaft im Habitat anzeigen

See merge request !1092
parents bb245908 f6e2618d
Branches
Tags
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