textarea
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user