This commit is contained in:
2025-10-17 13:36:01 +02:00
parent 57583e1436
commit 5dfffcbcb7

View File

@@ -35,7 +35,7 @@
<h2>Nová šifra</h2> <h2>Nová šifra</h2>
<form action="/admin/cipher" method="post"> <form action="/admin/cipher" method="post">
<label for="assignment">Zadání:</label> <label for="assignment">Zadání:</label>
<input type="text" id="assignment" name="assignment" required> <textarea id="assignment" name="assignment" cols="40" rows="5" required></textarea>
<label for="solution">Řešení:</label> <label for="solution">Řešení:</label>
<input type="text" id="solution" name="solution" required> <input type="text" id="solution" name="solution" required>
<label for="clue">Nápověda:</label> <label for="clue">Nápověda:</label>