M templates/index.html => templates/index.html +3 -2
@@ 23,8 23,9 @@
<form action="/?engine={{ engine }}&typingiscool={{ use_text_fields }}" method="POST">
Translation Engine:
- <button type="submit" formaction="/?engine=google&typingiscool={{ use_text_fields }}" formmethod="POST">Google</button>
- <button type="submit" formaction="/?engine=libre&typingiscool={{ use_text_fields }}" formmethod="POST">LibreTranslate</button>
+ <a href="/?engine=google&typingiscool={{ use_text_fields }}">Google</a>
+ |
+ <a href="/?engine=libre&typingiscool={{ use_text_fields }}">LibreTranslate</a>
<br>
<br>