Finální podoba frontendu korekturovátka? #92

Merged
zelvuska merged 19 commits from korekturovatko into master 2025-06-04 18:54:56 +02:00
Showing only changes of commit d9d2884707 - Show all commits

View file

@ -1,6 +1,6 @@
{# Template starající se o editační/přidávací formulář. #} {# Template starající se o editační/přidávací formulář. #}
<div id="korekturovaci-formular-div" style="display: none"> <div id="korekturovaci-formular-div" style="display: none">
<input size="24" name="au" value="{{user.first_name}} {{user.last_name}}" readonly/> <input size="24" name="au" value="{{user.osoba}}" readonly/>
<button type="button" id="korekturovaci-formular-odesli">Oprav!</button> <button type="button" id="korekturovaci-formular-odesli">Oprav!</button>
<button type="button" id="korekturovaci-formular-zavri">Zavřít</button> <button type="button" id="korekturovaci-formular-zavri">Zavřít</button>
<br/> <br/>