From 82a0f3729abada8b0a5224c51151c83b9047bfc2 Mon Sep 17 00:00:00 2001 From: kilo Date: Wed, 21 Jun 2017 08:37:55 +0200 Subject: [PATCH] Make torrent language form not required (#1046) * Make torrent language form not required It's required currently and that's annoying because the majority of torrents do not need that * Make torrent language form not required * Make torrent language form not required --- templates/admin/paneltorrentedit.html | 2 +- templates/upload.html | 2 +- templates/user/torrent_edit.html | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/admin/paneltorrentedit.html b/templates/admin/paneltorrentedit.html index cb72b61e..59953ea1 100644 --- a/templates/admin/paneltorrentedit.html +++ b/templates/admin/paneltorrentedit.html @@ -26,7 +26,7 @@
- diff --git a/templates/upload.html b/templates/upload.html index 85ee4321..b515405e 100644 --- a/templates/upload.html +++ b/templates/upload.html @@ -28,7 +28,7 @@

{{ call $.T "torrent_language" }}

- diff --git a/templates/user/torrent_edit.html b/templates/user/torrent_edit.html index f249bfb5..9a9d3193 100644 --- a/templates/user/torrent_edit.html +++ b/templates/user/torrent_edit.html @@ -26,7 +26,7 @@
- @@ -71,4 +71,4 @@ -{{end}} \ No newline at end of file +{{end}}