From c9c1d06cd01429a9a708d99f41818af40dc02e0d Mon Sep 17 00:00:00 2001 From: yiiT Date: Wed, 17 May 2017 05:26:28 -0500 Subject: [PATCH] Add Markdown Editor for torrent description (#572) --- templates/index.html | 2 ++ templates/upload.html | 8 +++++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index d9f1673d..7f06d300 100755 --- a/templates/index.html +++ b/templates/index.html @@ -15,6 +15,8 @@ + + diff --git a/templates/upload.html b/templates/upload.html index 06aa47f3..d5d35163 100644 --- a/templates/upload.html +++ b/templates/upload.html @@ -69,7 +69,7 @@

{{T "description_markdown_notice"}}

- +
{{block "captcha" .}}{{end}} @@ -83,4 +83,10 @@ {{end}} {{define "js_footer"}} + + + + {{end}}