We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d3e5e6 commit 94106a2Copy full SHA for 94106a2
1 file changed
intranet/apps/enrichment/views.py
@@ -313,8 +313,10 @@ def add_enrichment_view(request):
313
@deny_restricted
314
def enrichment_bulk_create_view(request):
315
"""
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
+ View for creating multiple enrichments.
+
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.
320
321
is_enrichment_admin = request.user.has_admin_permission("enrichment")
322
if not is_enrichment_admin:
0 commit comments