aboutsummaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rw-r--r--client/templates/client/approve_doc_pdf.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/client/templates/client/approve_doc_pdf.html b/client/templates/client/approve_doc_pdf.html
index db1478e..244bc20 100644
--- a/client/templates/client/approve_doc_pdf.html
+++ b/client/templates/client/approve_doc_pdf.html
@@ -9,7 +9,10 @@
<body style="background: white;">
<main style="margin-left: 10px;margin-right: 10px;margin-top: 10px; background: white;">
<br><br><br><br>
- <br><br><br><br>
+ <br><br>
+ <div class="row">
+ <p class="center">{{doc.user.first_name}} {{doc.user.last_name}} ({{doc.user.username}})</p>
+ </div>
<div class="row">
<h2 class="center">{{doc.code}}</h2>
</div>