|
|
@ -18,7 +18,7 @@ |
|
|
|
<!-- Pridat korekturu / komentar !--> |
|
|
|
<form action='' onsubmit='save_scroll(this)' id="commform" method="POST"> |
|
|
|
{% csrf_token %} |
|
|
|
<input size="8" name="au" value="{{autor}}"/> |
|
|
|
<input size="8" name="au" value="{{user.username}}"/> |
|
|
|
<input type=submit value="Oprav!"/> |
|
|
|
<button type="button" onclick="close_commform()">Zavřít</button> |
|
|
|
<br/> |
|
|
@ -74,7 +74,7 @@ |
|
|
|
<!-- Existujici korektura !--> |
|
|
|
<form action='' onsubmit='save_scroll(this)' method='POST'> |
|
|
|
{% csrf_token %} |
|
|
|
<input type='hidden' name="au" value="{{autor}}"/> |
|
|
|
<input type='hidden' name="au" value="{{o.autor}}"/> |
|
|
|
<input type='hidden' name='pdf' value='{{pdf.id}}'> |
|
|
|
<input type='hidden' name='id' value='{{o.id}}'> |
|
|
|
<input type='hidden' name='scroll'> |
|
|
|