sklad: use textarea placeholder also for editing

This commit is contained in:
Přemysl Eric Janouch 2019-04-15 10:52:14 +02:00
parent 0b32fa576f
commit f8bb344aab
Signed by: p
GPG Key ID: A0420B94F92B9493
1 changed files with 3 additions and 3 deletions

View File

@ -36,9 +36,9 @@
</header>
<form method=post action="container?id={{ .Container.Id }}">
<textarea name=description rows="{{ max 5 (lines .Container.Description) }}">
{{ .Container.Description }}
</textarea>
<textarea name=description rows="{{ max 5 (lines .Container.Description) }}"
placeholder="Popis obalu nebo jeho obsahu">
{{ .Container.Description }}</textarea>
<footer>
<div>
<label for=series>Řada:</label>