diff options
Diffstat (limited to 'src/templates')
| -rw-r--r-- | src/templates/index.html | 2 | ||||
| -rw-r--r-- | src/templates/partials/result.html | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/src/templates/index.html b/src/templates/index.html index 3af58ad..3bd878e 100644 --- a/src/templates/index.html +++ b/src/templates/index.html @@ -114,7 +114,7 @@ </section> <button id="convert-button" type="submit">generate pdf</button> - <small id="loading" hidden>converting...</small> + <small id="convert-status" hidden>this may take a while...</small> </form> <section id="result" aria-live="polite"></section> 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> |
