cellarspoon
3 years ago
No known key found for this signature in database
GPG Key ID: 3789458B3D0C410
1 changed files with
1 additions and
1 deletions
-
temp_index.py
|
|
@ -59,7 +59,7 @@ def select_fields(fields, content, styles, book): |
|
|
|
content.append(Spacer(1, 12)) |
|
|
|
|
|
|
|
if "timestamp" in fields: |
|
|
|
tag = "<font size=10>Timestamp: {}</font>".format(strip_tags(book.timestamp)) |
|
|
|
tag = "<font size=10>Timestamp: {}</font>".format(book.timestamp) |
|
|
|
ptime = Paragraph(tag, styles["Normal"]) |
|
|
|
content.append(ptime) |
|
|
|
content.append(Spacer(1, 12)) |
|
|
|