From f19d42cd59acc4dfb89aef2cd419f4d26d3c72d8 Mon Sep 17 00:00:00 2001 From: kilo Date: Wed, 2 Aug 2017 21:50:10 +0200 Subject: [PATCH] Update upload.jet.html --- templates/site/torrents/upload.jet.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/site/torrents/upload.jet.html b/templates/site/torrents/upload.jet.html index c7a88919..d43bea36 100644 --- a/templates/site/torrents/upload.jet.html +++ b/templates/site/torrents/upload.jet.html @@ -161,9 +161,9 @@

{{ T("description_markdown_notice")}}

-

{{ T("torrent_tags")}}

+ - {{ T("add") }} + {{ yield errors(name="tags")}}
@@ -218,7 +218,7 @@ Modal.Init({ // order of apparition of the modals button: "#tagPopup" }); -document.getElementById("tags_list").style.display = "initial"; +document.getElementById("add-tag").style.display = "initial"; document.getElementById("tag-h3").style.display = "initial"; var tags = [] document.querySelector("#modal_tag_form form").addEventListener("submit", function(e) {