Skip to content

Commit

Permalink
feat: updates to pdf template
Browse files Browse the repository at this point in the history
  • Loading branch information
yokwejuste committed Mar 5, 2024
1 parent efa1b84 commit 1765b93
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 +258,6 @@
src="{{ activity.materials_used_image.file_url|convert_link }}"
alt=""
/>
{{ activity.materials_used_image.file_url|convert_link }}
{{ activity.materials_used_image.file_url }}
</span>
</div>
</div>
Expand All @@ -278,8 +276,6 @@
<span class="i-img">
<img src="{{ img.file_url|convert_link }}" alt="Activity image" />
</span>
{{ img.file_url|convert_link }}
{{ img.file_url }}
{% endfor %}
</div>
</div>
Expand Down

0 comments on commit 1765b93

Please sign in to comment.