create group curated lists

This commit is contained in:
Hugh Rundle
2021-09-26 15:56:52 +10:00
parent f3a3ba5f01
commit 8bfc71db6e
4 changed files with 37 additions and 9 deletions

View File

@ -75,6 +75,7 @@
<a href="{{ url }}">{% trans "Lists" %}</a>
</li>
{% endif %}
<!-- TODO: fix this: user.groups_set isn't what you think! -->
{% if is_self or user.groups_set.exists %}
{% url 'user-groups' user|username as url %}
<li{% if url in request.path %} class="is-active"{% endif %}>