aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates/partials/result.html
diff options
context:
space:
mode:
authorkj_sh6042026-05-31 12:08:03 -0400
committerkj_sh6042026-05-31 12:08:03 -0400
commit80e279b65351d4dbd8e71cd7b3870cba51c23bc9 (patch)
tree4011a93d5481d2ce3907cf7e2d0fe057e5bc4030 /src/templates/partials/result.html
parent2b2e511a15414f6c28f15990b75442424f9cc3b9 (diff)
refactor: put generated .pdfs to client
Diffstat (limited to '')
-rw-r--r--src/templates/partials/result.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/templates/partials/result.html b/src/templates/partials/result.html
index 427382d..6f9b7c7 100644
--- a/src/templates/partials/result.html
+++ b/src/templates/partials/result.html
@@ -1,5 +1,4 @@
<article>
<h3>pdf ready</h3>
- <p><strong>{{ filename }}</strong></p>
<a href="{{ download_url }}">download pdf</a>
</article>