Skip to content

Commit

Permalink
Merge pull request #9680 from archesproject/9679-no-zip
Browse files Browse the repository at this point in the history
fix for download_ready_email_notification template
  • Loading branch information
chiatt authored Jun 20, 2023
2 parents 237cb28 + 28faa6d commit ed38976
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@
</div>
<!-- /ko -->

{% if link != "" %}
<a class="btn" href="{{email_link}}"><button
class='btn btn-notifs-download btn-labeled btn-sm fa fa-download'><span>{{button_text}}</span></button></a>
class='btn btn-notifs-download btn-labeled btn-sm fa fa-download'><span>{{button_text}}</span></button></a>
{% endif %}
{% endif %}
<p>{{closing}}</p>
</body>
Expand Down

0 comments on commit ed38976

Please sign in to comment.