Vyčištění IDček v html opravy
This commit is contained in:
parent
b637aed7ab
commit
291f39990d
1 changed files with 4 additions and 5 deletions
|
@ -15,8 +15,7 @@
|
|||
onmouseout='box_onmouseout(this)'
|
||||
>
|
||||
|
||||
<div class='corr-body' id='op{{o.id}}-body'>
|
||||
|
||||
<div class='corr-body'>
|
||||
{% for k in o.komentare %}
|
||||
{% include "korektury/korekturovatko/__komentar.html" %}
|
||||
<hr>
|
||||
|
@ -24,11 +23,11 @@
|
|||
</div>
|
||||
<div class='corr-header'>
|
||||
<span class='float-right'>
|
||||
<span id='op{{o.id}}-buttons' class='corr-buttons'>
|
||||
<span class='corr-buttons'>
|
||||
<form action='' method='POST'>
|
||||
{% csrf_token %}
|
||||
<input type='hidden' name='id' value='{{o.id}}'>
|
||||
|
||||
|
||||
<button style="display: none" type='submit' name='action' value='del' title='Smaž opravu'>
|
||||
<img src="{% static "korektury/imgs/delete.png"%}"/>
|
||||
</button>
|
||||
|
@ -55,7 +54,7 @@
|
|||
|
||||
</span>
|
||||
<button type='button' onclick='toggle_visibility(this.parentElement.parentElement.parentElement);' title='Skrýt/Zobrazit'>
|
||||
<img id='op{{o.id}}-toggleimg' class='toggle-button' src="{% static "korektury/imgs/hide.png" %}"/>
|
||||
<img class='toggle-button' src="{% static "korektury/imgs/hide.png" %}"/>
|
||||
</button>
|
||||
|
||||
</span>
|
||||
|
|
Loading…
Reference in a new issue