notification for number of open training group actions
This commit is contained in:
@@ -220,6 +220,9 @@
|
||||
<li id="nav-teams">
|
||||
<a href="/rowers/me/teams/">
|
||||
<i class="fas fa-bullhorn"></i> Groups
|
||||
{% if user.is_authenticated and user|openactions %}
|
||||
({{ user|openactions }})
|
||||
{% endif %}
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user