wip
This commit is contained in:
parent
1e19ab222e
commit
12f41c83b9
3 changed files with 18 additions and 6 deletions
|
@ -112,8 +112,8 @@ button {
|
|||
</ul>
|
||||
</form>
|
||||
|
||||
{{ if .Error }}<p class="result">Erreur: {{ .Error }}</p>{{ end }}
|
||||
{{ if .Result }}<p class="result">{{ .Result }}</p>{{ end }}
|
||||
{{ if .Error }}<p class="result">👎 {{ .Error }}</p>{{ end }}
|
||||
{{ if .Result }}<p class="result">👍 {{ .Result }}</p>{{ end }}
|
||||
|
||||
</body>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue