Compare commits
2 Commits
39c2fbc6bd
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| ba4270e32e | |||
| 9bcce9564d |
1
.gitignore
vendored
1
.gitignore
vendored
@@ -19,6 +19,7 @@ wheels/
|
||||
*.egg-info/
|
||||
.installed.cfg
|
||||
*.egg
|
||||
SCRATCH
|
||||
|
||||
# Virtual environments
|
||||
venv/
|
||||
|
||||
@@ -247,8 +247,8 @@ def notes_1_template(variables, width_pixels=991, height_pixels=413, filename=No
|
||||
right_margin = margin
|
||||
line_height = 46
|
||||
|
||||
animal = variables.get('animal', '')
|
||||
note_date = variables.get('date', '')
|
||||
animal = variables.get('animal_name', '')
|
||||
note_date = date.today().strftime("%d %b %Y")
|
||||
notes = variables.get('notes', '')
|
||||
|
||||
# Animal (left) and date (right) on the same line
|
||||
|
||||
Reference in New Issue
Block a user