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