diff --git a/abogen/web/templates/partials/new_job_step_book.html b/abogen/web/templates/partials/new_job_step_book.html index 13b46d3..5bf14b4 100644 --- a/abogen/web/templates/partials/new_job_step_book.html +++ b/abogen/web/templates/partials/new_job_step_book.html @@ -1,4 +1,5 @@ {% set pending = pending if pending is defined else None %} +{% set metadata = pending.metadata_tags if pending else {} %} {% set readonly = readonly if readonly is defined else False %} {% set settings_dict = settings if settings is defined else {} %} {% set options = options if options is defined else {} %} @@ -225,32 +226,32 @@
- +
- +
- +

Comma separated for multiple authors

- +
- +
- +
- +
- {% if pending.cover_image_path %} + {% if pending and pending.cover_image_path %}

Cover image currently exists.

{% else %}

No cover image found.