Make edit button blue.
This commit is contained in:
parent
9ff88281da
commit
222cb74622
|
@ -16,7 +16,7 @@ Guide for: {{ team.name }} | {{ block.super }}
|
|||
Print
|
||||
</a>
|
||||
{% if request.user in team.responsible_members.all %}
|
||||
<a href="{% url 'teams:manage' camp_slug=camp.slug team_slug=team.slug %}" class="btn btn-warning">Edit</a>
|
||||
<a href="{% url 'teams:manage' camp_slug=camp.slug team_slug=team.slug %}" class="btn btn-primary">Edit</a>
|
||||
{% endif %}
|
||||
</div>
|
||||
<h4>
|
||||
|
|
Loading…
Reference in a new issue