Fix display of teams on dashboard
This commit is contained in:
parent
a7e7c56058
commit
7c273cdc3d
1 changed files with 2 additions and 0 deletions
|
@ -315,6 +315,8 @@
|
|||
<span class="label label-default">{{ team.get_access_display }}</span>
|
||||
<a class="btn btn-lg btn-primary" role="button" href="{% url "team_detail" team.slug %}">Details</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{% endfor %}
|
||||
</div>
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in a new issue