fix: set action to / for conversion

This commit is contained in:
httpjamesm 2022-12-29 14:46:47 -05:00
parent b35c75cdf1
commit e4d429b642

View File

@ -40,7 +40,7 @@
<p><b>Error</b>: {{ .errorMessage }}</p> <p><b>Error</b>: {{ .errorMessage }}</p>
</div> </div>
{{end}} {{ end }} {{end}} {{ end }}
<form method="POST"> <form method="POST" action="/">
<div class="view-form"> <div class="view-form">
<input <input
class="view-input" class="view-input"