diff options
author | Andrea Lepori <alepori@student.ethz.ch> | 2022-08-06 22:11:59 +0200 |
---|---|---|
committer | Andrea Lepori <alepori@student.ethz.ch> | 2022-08-06 22:11:59 +0200 |
commit | ed8abf016412ed8b0594b775530f6eaefef69eb5 (patch) | |
tree | 8d4ef3f3cb0237298278a3b5231f384828aa82d2 /client | |
parent | fix heading prefix and add custom param preview (diff) | |
download | scout-subs-ed8abf016412ed8b0594b775530f6eaefef69eb5.tar.gz scout-subs-ed8abf016412ed8b0594b775530f6eaefef69eb5.zip |
unified approve doc page
Diffstat (limited to 'client')
-rw-r--r-- | client/templates/client/approve_doc_pdf.html | 5 |
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> |