Remove id of <a> tag
This commit is contained in:
parent
5b1de72270
commit
e60184545a
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@
|
|||
</a>
|
||||
<span class="time">${time}</span>
|
||||
{% if request.user.is_staff %}
|
||||
<a id="remove_btn_${user}_" class="chatbtn_remove_mess" data-messtime="${time}" data-author="${user}">Delete</a>
|
||||
<a class="chatbtn_remove_mess" data-messtime="${time}" data-author="${user}">Delete</a>
|
||||
{% endif %}
|
||||
</div>
|
||||
<span class="content-message">${content} </span>
|
||||
|
|
Loading…
Reference in a new issue