Add the usual set of fields to supplier and update form accordingly

This commit is contained in:
2020-03-17 20:07:14 +00:00
parent b9d318e675
commit 36556dea33
9 changed files with 92 additions and 12 deletions

View File

@@ -6,7 +6,7 @@
<div>
<h1 class="bd-title">Rigboard</h1>
{% if perms.RIGS.add_event %}
<a href="{% url 'event_create' %}" class="btn btn-outline-primary float-right my-3">New <i class="fas fa-plus"></i></a>
<a href="{% url 'event_create' %}" class="btn btn-success float-right my-3">New <i class="fas fa-plus"></i></a>
{% endif %}
</div>
{% include 'event_table.html' %}