fix lp on nix
This commit is contained in:
parent
b0c19d5642
commit
2d61260583
2 changed files with 7 additions and 2 deletions
|
|
@ -38,7 +38,7 @@
|
|||
{% endif %}
|
||||
{% endwith %}
|
||||
|
||||
<form action="/" method="post" enctype="multipart/form-data">
|
||||
<form action="{{ url_for('upload_and_print') }}" method="post" enctype="multipart/form-data">
|
||||
<div class="border-2 border-dashed border-gray-300 rounded-lg p-8 text-center bg-gray-50 hover:border-blue-500 transition-colors duration-300">
|
||||
<label for="file-upload" class="cursor-pointer">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="w-12 h-12 mx-auto text-gray-400" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue