Added microservice to download PDFs

This commit is contained in:
Lucas Jensen
2022-05-12 09:12:30 -07:00
parent 0f106822c7
commit 70a86fc06f
9 changed files with 179 additions and 24 deletions

View File

@@ -33,6 +33,9 @@
</form>
<input type="button" onclick="location.href='/recipes/{{_id}}/delete'" value=Delete />
<form method="post">
<button type="submit">Download</button>
</form>
{% endblock %}