This commit is contained in:
zandercymatics 2024-06-27 13:06:53 -06:00
parent 27afda9673
commit 0e6692b5f8
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
3 changed files with 1 additions and 6 deletions

View file

@ -2131,7 +2131,6 @@ class DomainAdmin(ListHeaderAdmin, ImportExportModelAdmin):
"""Custom domain admin class to add extra buttons."""
resource_classes = [DomainResource]
#form = MyUserAdminForm
class ElectionOfficeFilter(admin.SimpleListFilter):
"""Define a custom filter for is_election_board"""

View file

@ -12,7 +12,6 @@ This is using a custom implementation fieldset.html (see admin/fieldset.html)
{% if filtered_audit_log_entries %}
<div class="readonly">
<div class="usa-table-container--scrollable collapse--dgsimple collapsed margin-top-0" tabindex="0">
{% if filtered_audit_log_entries %}
<table class="usa-table usa-table--borderless">
<thead>
<tr>
@ -45,9 +44,6 @@ This is using a custom implementation fieldset.html (see admin/fieldset.html)
{% endfor %}
</tbody>
</table>
{% else %}
<p>No changelog to display.</p>
{% endif %}
</div>
<button type="button" class="collapse-toggle--dgsimple usa-button usa-button--unstyled margin-top-0">
<span>Show details</span>