Skip to content

Commit

Permalink
made download links more dynamic
Browse files Browse the repository at this point in the history
  • Loading branch information
Alcino Van Rooyen committed Nov 1, 2023
1 parent f82c9f3 commit 65fdff2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 8/pitchprint/views/templates/admin/displayCustomization.twig
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@
<img src="https://pitchprint.io/previews/{{ product.pitchprint_customization.projectId }}_1.jpg" width="120px"/>
</td>
<td class="border-top-0 text-muted">
<div><a target="_blank" href="{{ product.pitchprint_customization.distiller }}/{{ product.pitchprint_customization.projectId }}">Download PDF</div>
<div><a target="_blank" href="{{ product.pitchprint_customization.distiller }}/{{ product.pitchprint_customization.projectId }}">Download PNG</div>
<div><a target="_blank" href="{{ product.pitchprint_customization.distiller }}/{{ product.pitchprint_customization.projectId }}">Download JPEG</div>
<div><a target="_blank" href="{{ product.pitchprint_customization.links.pdf }}">Download PDF</div>
<div><a target="_blank" href="{{ product.pitchprint_customization.links.png }}">Download PNG</div>
<div><a target="_blank" href="{{ product.pitchprint_customization.links.jpg }}">Download JPEG</div>
</td>
</tr>
{% endif %}
Expand Down

0 comments on commit 65fdff2

Please sign in to comment.