Fixed html.
This commit is contained in:
parent
df79f6b2c3
commit
2692972843
1 changed files with 3 additions and 3 deletions
|
@ -112,13 +112,13 @@
|
|||
{% endif %}
|
||||
{% endfor %}
|
||||
<form method="POST" action="" id="buttonForm">
|
||||
<button type="button" name="option" value="chat">
|
||||
<button type="button" name="chat" value="resend">
|
||||
<img src="/static/img/resend.svg" alt="resend">
|
||||
</button>
|
||||
<button type="button" name="option" value="chat">
|
||||
<button type="button" name="chat" value="edit">
|
||||
<img src="/static/img/edit.svg" alt="edit">
|
||||
</button>
|
||||
<button type="button" name="option" value="answer">
|
||||
<button type="button" name="chat" value="copy">
|
||||
<img src="/static/img/copy.svg" alt="copy">
|
||||
</button>
|
||||
</form>
|
||||
|
|
Loading…
Reference in a new issue