Fixed html.

This commit is contained in:
Patrick_Pluto 2024-09-17 13:52:15 +02:00
parent df79f6b2c3
commit 2692972843

View file

@ -112,13 +112,13 @@
{% endif %} {% endif %}
{% endfor %} {% endfor %}
<form method="POST" action="" id="buttonForm"> <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"> <img src="/static/img/resend.svg" alt="resend">
</button> </button>
<button type="button" name="option" value="chat"> <button type="button" name="chat" value="edit">
<img src="/static/img/edit.svg" alt="edit"> <img src="/static/img/edit.svg" alt="edit">
</button> </button>
<button type="button" name="option" value="answer"> <button type="button" name="chat" value="copy">
<img src="/static/img/copy.svg" alt="copy"> <img src="/static/img/copy.svg" alt="copy">
</button> </button>
</form> </form>