btn-default -> btn-secondary

This commit is contained in:
2020-03-10 17:20:13 +00:00
parent 3b8789e49e
commit 4d845309c9
14 changed files with 108 additions and 74 deletions

View File

@@ -4,7 +4,7 @@
{% block content %}
<div>
<h1 class="bd-title" id="content">Rigboard</h1>
<h1 class="bd-title">Rigboard</h1>
{% if perms.RIGS.add_event %}
<a href="{% url 'event_create' %}" class="btn btn-lg btn-outline-primary float-right">New <span class="fas fa-plus"></span></a>
{% endif %}