button má mít asi type
This commit is contained in:
parent
7237364ba5
commit
aed8e0ea44
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
<div id="commform-div" style="display: none">
|
<div id="commform-div" style="display: none">
|
||||||
<input size="24" name="au" value="{{user.first_name}} {{user.last_name}}" readonly/>
|
<input size="24" name="au" value="{{user.first_name}} {{user.last_name}}" readonly/>
|
||||||
<button id="commform-submit">Oprav!</button>
|
<button type="button" id="commform-submit">Oprav!</button>
|
||||||
<button id="commform-close">Zavřít</button>
|
<button type="button" id="commform-close">Zavřít</button>
|
||||||
<br/>
|
<br/>
|
||||||
<textarea id="commform-text" cols=40 rows=10 name="txt"></textarea>
|
<textarea id="commform-text" cols=40 rows=10 name="txt"></textarea>
|
||||||
<br/>
|
<br/>
|
||||||
|
|
Loading…
Reference in a new issue