Skip to content

Commit 94106a2

Browse files
feat(enrichment): implement making multiple enrichments
1 parent 0d3e5e6 commit 94106a2

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

intranet/apps/enrichment/views.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,8 +313,10 @@ def add_enrichment_view(request):
313313
@deny_restricted
314314
def enrichment_bulk_create_view(request):
315315
"""
316-
get requests will render bulk-create form with Mon-Fri checkboxes
317-
post requests create one EnrichmentActivity for each checked day and then redirect
316+
View for creating multiple enrichments.
317+
318+
Get requests will render bulk-create form with Mon-Fri checkboxes.
319+
Post requests create one EnrichmentActivity for each checked day and then redirect.
318320
"""
319321
is_enrichment_admin = request.user.has_admin_permission("enrichment")
320322
if not is_enrichment_admin:

0 commit comments

Comments
 (0)