Files
netbox/netbox/templates/htmx/bulk_add_form.html
Martin Hauser d630afaf14 feat(ipam): Add changelog message support to bulk Prefix/IP creation
Extend bulk add forms for Prefix and IPAddress to support changelog
messages. Switch IPAddressBulkAddForm to PrimaryModelForm base, update
field ordering, consolidate template rendering, and add test coverage.

Fixes #21780
2026-04-06 20:15:02 +02:00

2 lines
52 B
HTML

{% include 'htmx/form.html' with form=model_form %}