From 28ae476263625fc6908fb4c7715ab59788f6977b Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Apr 03 2018 13:34:20 +0000 Subject: Make the web-hook field be a textarea This ensures we can enter multiple web-hook URLs. This also adds a placeholder and a title to the field so there is a little more documentation for the users. Relates to #3119 Signed-off-by: Pierre-Yves Chibon --- diff --git a/pagure/templates/settings.html b/pagure/templates/settings.html index e1c8c44..ab55935 100644 --- a/pagure/templates/settings.html +++ b/pagure/templates/settings.html @@ -249,6 +249,14 @@ Activate {{ key | replace('_', ' ') }} + {% elif key in ['Web-hooks'] %} +
+ + +
{% else %}