Skip to content

Commit

Permalink
Merge branch 'saving-reports' of github.com:minvws/nl-kat-coordinatio…
Browse files Browse the repository at this point in the history
…n into saving-reports
  • Loading branch information
Rieven committed May 30, 2024
2 parents 37bbdf8 + 9ba81f6 commit 60ec5cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rocky/reports/views/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,7 @@ def get_context_data(self, **kwargs):
context["report_types"] = [get_report_by_id(self.report_ooi.report_type).class_attributes()]

context["created_at"] = self.report_ooi.date_generated
context["total_oois"] = len(input_oois)
context["selected_oois"] = input_oois
context["oois"] = input_oois
context["template"] = self.report_ooi.template
Expand Down

0 comments on commit 60ec5cf

Please sign in to comment.