Fix serial numbers being the same
This commit is contained in:
parent
1459c1cdf4
commit
59cb7c7fb9
|
@ -1,5 +1,5 @@
|
|||
[CA]
|
||||
serial_number = 2024
|
||||
serial_number = 10245
|
||||
organization = "Empresa SL"
|
||||
country = "ES"
|
||||
province = "Valencia"
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
<!-- <h3>Find the source <a href="https://git.bulgariu.xyz/raul/uploader" target="_blank">here!</a></h3> -->
|
||||
<form id='form' hx-encoding='multipart/form-data' hx-post='/api/upload'>
|
||||
Serial Number:
|
||||
<input type="text" name="formSerNum" value="2024">
|
||||
<input type="text" name="formSerNum" value="30128">
|
||||
<br>
|
||||
|
||||
Organization:
|
||||
|
|
Loading…
Reference in New Issue