From c12dae66761cf7878053777423ee1781a168903a Mon Sep 17 00:00:00 2001 From: FreneticScribbler Date: Mon, 20 Feb 2023 18:02:34 +0000 Subject: [PATCH] pep8 --- PyRIGS/views.py | 1 + 1 file changed, 1 insertion(+) diff --git a/PyRIGS/views.py b/PyRIGS/views.py index 4479a97a..5b95643c 100644 --- a/PyRIGS/views.py +++ b/PyRIGS/views.py @@ -347,6 +347,7 @@ def render_pdf_response(template, context, append_terms): response.write(merged.getvalue()) return response + class PrintView(generic.View): append_terms = False