Improvements to generic lists

This commit is contained in:
2020-03-22 12:46:52 +00:00
parent 41b0387e49
commit ee7ba3ea19
13 changed files with 112 additions and 130 deletions

View File

@@ -4,11 +4,8 @@
{% load widget_tweaks %}
{% block content %}
<div class="page-header">
<h1>Supplier List</h1>
<div class="row">
<h3>Suppliers</h3>
</div>
{% include 'partials/generic_list.html' with edit="supplier_update" detail="supplier_detail" create="supplier_create" %}
{% endblock %}