Finální podoba frontendu korekturovátka? #92
1 changed files with 1 additions and 1 deletions
|
@ -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/>
|
||||||
|
|
Loading…
Reference in a new issue