rename "submit" button to "Generate preview"
This commit is contained in:
parent
1abdb0cbd2
commit
0c2cb41ccb
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
<h1>Upload Image</h1>
|
||||
<form method="POST" action="/image" enctype="multipart/form-data">
|
||||
<input type="file" name="image">
|
||||
<input type="submit" value="Upload">
|
||||
<input type="submit" value="Generate preview">
|
||||
</form>
|
||||
|
||||
{% if filename %}
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
style="width: 40px"><br>
|
||||
Y position: <input type="number" value="{{text2["pos"]}}" name="pos2" required
|
||||
style="width: 40px"><br>
|
||||
<input type="submit" value="Submit">
|
||||
<input type="submit" value="Generate preview">
|
||||
</form>
|
||||
|
||||
{% if filename %}
|
||||
|
|
Loading…
Reference in a new issue