I have three images :
<img src="{% static "img/lt.png" %}" />
<img src="{% static "img/en.png" %}" />
<img src="{% static "img/ru.png" %}" />
I need them to be in the form, however I want there to be no submit button - when user clicks on the image the form gets submitted. Is it possible ? How can I do that ?