Merge branch 'develop' into 4121-filter-lookup-expressions

This commit is contained in:
John Anderson
2020-02-26 12:05:27 -05:00
committed by GitHub
97 changed files with 1272 additions and 587 deletions

View File

@@ -4,7 +4,7 @@ from utilities.tables import BaseTable, ToggleColumn
from .models import Tenant, TenantGroup
TENANTGROUP_ACTIONS = """
<a href="{% url 'tenancy:tenantgroup_changelog' slug=record.slug %}" class="btn btn-default btn-xs" title="Changelog">
<a href="{% url 'tenancy:tenantgroup_changelog' slug=record.slug %}" class="btn btn-default btn-xs" title="Change log">
<i class="fa fa-history"></i>
</a>
{% if perms.tenancy.change_tenantgroup %}