From 4e22e6f927953955cb1c20817e5f44c65ac9e874 Mon Sep 17 00:00:00 2001 From: kipukun Date: Mon, 5 Jun 2017 14:25:03 -0400 Subject: [PATCH] Updated success/error texts on view page --- templates/view.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/view.html b/templates/view.html index 77fdd30b..19cd5f92 100644 --- a/templates/view.html +++ b/templates/view.html @@ -29,10 +29,10 @@
{{with .Torrent}} {{ range (index $.FormErrors "errors")}} -
× {{ . }}
+

{{ . }}

{{end}} {{ range (index $.Infos "infos")}} -
× {{ . }}
+

{{ . }}

{{end}}