Skip to content
This repository was archived by the owner on Aug 29, 2023. It is now read-only.

Commit db76688

Browse files
committed
chore: add delete form to view
1 parent fa488a2 commit db76688

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

br/views.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,7 @@ def get_context_data(self, **kwargs):
354354
context = super(ReportListView, self).get_context_data(**kwargs)
355355
context['filter_form'] = self.filter_set.form
356356
context['page_title'] = self.page_title
357+
context['delete_form'] = ReportDeleteForm()
357358
return context
358359

359360
def get_queryset(self):

0 commit comments

Comments
 (0)