Skip to content

Commit

Permalink
Revert "This good ol' hack"
Browse files Browse the repository at this point in the history
This reverts commit 8ceda3f.
  • Loading branch information
NitroGuy10 committed Jan 20, 2025
1 parent 8ceda3f commit 2a7062f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hiss/application/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ class ApplicationAdmin(admin.ModelAdmin):
formfield_overrides = {
AddressField: {"widget": AddressWidget(attrs={"style": "width: 300px;"})}
}
list_per_page = 20
list_per_page = 1500

approve.short_description = "Approve Selected Applications"
reject.short_description = "Reject Selected Applications"
Expand Down

0 comments on commit 2a7062f

Please sign in to comment.