Closes #17752: Rename URL paths for bulk import to *_bulk_import

This commit is contained in:
Jeremy Stretch
2024-11-21 16:01:31 -05:00
parent 343a4af591
commit ff7a59db2e
23 changed files with 141 additions and 141 deletions

View File

@@ -34,7 +34,7 @@ Context:
{% if 'add' in actions %}
{% add_button model %}
{% endif %}
{% if 'import' in actions %}
{% if 'bulk_import' in actions %}
{% import_button model %}
{% endif %}
{% if 'export' in actions %}