From 519e3f6b2c4358d58b245ebed769bf1883cb939a Mon Sep 17 00:00:00 2001 From: rahul Bajaj Date: Jan 24 2017 06:59:03 +0000 Subject: Add preview feature while editing comment. Fixes : https://pagure.io/pagure/issue/1674 https://pagure.io/pagure/issue/1732 --- diff --git a/pagure/templates/comment_update.html b/pagure/templates/comment_update.html index a015cb1..e28342a 100644 --- a/pagure/templates/comment_update.html +++ b/pagure/templates/comment_update.html @@ -9,16 +9,23 @@ onsubmit="return try_async_comment(this, null)" > -
- +
+ + + Preview + + +
+
+
+
-
{{ form.csrf_token }}
@@ -32,6 +39,45 @@