Skip to content
Snippets Groups Projects
Verified Commit 76cdfbe6 authored by Lukas Weichelt's avatar Lukas Weichelt Committed by Jonathan Weth
Browse files

Fix group ownership not working

(cherry picked from commit abb8af3c)
parent 7e32d881
No related branches found
No related tags found
No related merge requests found
......@@ -256,7 +256,7 @@
</div>
</div>
{% endif %}
{% elif person.owner_of_recursive.count %}
{% if person.owner_of_recursive.count %}
<div class="col s12 m6 l4">
<h2>{% blocktrans %}Group ownership{% endblocktrans %}</h2>
<div class="card-panel">
......@@ -270,5 +270,6 @@
</div>
</div>
{% endif %}
{% endif %}
</div>
{% endblock %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment