fix: add missing edition table column

This commit is contained in:
2025-11-26 15:14:59 +01:00
parent 286a91b125
commit 4d9fec13dd

View File

@@ -139,6 +139,7 @@
row.innerHTML = `
<td><input type="text" name="authorname[]" required></td>
<td><input type="text" name="year[]" required></td>
<td><input type="text" name="edition[]" required></td>
<td><input type="text" name="booktitle[]" required></td>
<td><input type="text" name="signature[]"></td>
`;