|
|
@ -26,7 +26,7 @@ |
|
|
|
<!-- Pridat korekturu / komentar !--> |
|
|
|
<form action='' onsubmit='save_scroll(this)' id="commform" method="POST"> |
|
|
|
{% csrf_token %} |
|
|
|
<input size="8" name="au" value="{{user.username}}"/> |
|
|
|
<input size="24" name="au" value="{{user.first_name}} {{user.last_name}}" readonly/> |
|
|
|
<input type=submit value="Oprav!"/> |
|
|
|
<button type="button" onclick="close_commform()">Zavřít</button> |
|
|
|
<br/> |
|
|
|