mirror of
https://github.com/httpjamesm/AnonymousOverflow.git
synced 2025-04-20 22:09:15 +00:00
fix: set action to / for conversion
This commit is contained in:
parent
b35c75cdf1
commit
e4d429b642
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue