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