From c4ccf8af5f82c359bbe79538d8e745e21f17f06a Mon Sep 17 00:00:00 2001 From: Andrea Lepori Date: Sun, 7 Aug 2022 11:05:03 +0200 Subject: add qr code to pdf approve, direct approval page --- client/templates/client/approve_doc_pdf.html | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) (limited to 'client/templates/client/approve_doc_pdf.html') diff --git a/client/templates/client/approve_doc_pdf.html b/client/templates/client/approve_doc_pdf.html index 244bc20..0cf4944 100644 --- a/client/templates/client/approve_doc_pdf.html +++ b/client/templates/client/approve_doc_pdf.html @@ -8,7 +8,12 @@
-



+
+
+
+
+ +


{{doc.user.first_name}} {{doc.user.last_name}} ({{doc.user.username}})

@@ -55,4 +60,17 @@
+ + + \ No newline at end of file -- cgit v1.2.1