Fixes #469: Added missing import buttons to list views

This commit is contained in:
Jeremy Stretch
2016-08-15 17:57:17 -04:00
parent 19fb121db9
commit f888b7a1e4
4 changed files with 16 additions and 0 deletions

View File

@@ -10,6 +10,10 @@
<span class="fa fa-plus" aria-hidden="true"></span>
Add a tenant
</a>
<a href="{% url 'tenancy:tenant_import' %}" class="btn btn-info">
<span class="fa fa-download" aria-hidden="true"></span>
Import tenants
</a>
{% endif %}
{% include 'inc/export_button.html' with obj_type='tenants' %}
</div>