From 0d888ce921aa6caf0a57873e70583a226ce76dad Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Sep 28 2017 09:34:18 +0000 Subject: [PATCH 1/4] Fix indentation in the html Signed-off-by: Pierre-Yves Chibon --- diff --git a/pagure/templates/pull_request.html b/pagure/templates/pull_request.html index d915e0c..6d2c04e 100644 --- a/pagure/templates/pull_request.html +++ b/pagure/templates/pull_request.html @@ -50,7 +50,7 @@ {{ mergeform.csrf_token }} - {% endif %} + {% endif %}
- - {% for field in form_data %} - - {% endfor %} - {{ csrf }} - This page should be refreshed automatically, but if not click . -
-

- +
+
+
+
+
+ Waiting +
+
+
+ + {% for field in form_data %} + + {% endfor %} + {{ csrf }} +

+ We are waiting for your task to finish. + This page should be refreshed automatically, but if not click + . +

+ + +
+
+
+
+
+
{% endblock %} + {% block jscripts %} {{ super() }} {% endblock %} From 66eb6c17f2111141753652f0df9bd5ef4221c169 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Sep 28 2017 09:34:18 +0000 Subject: [PATCH 3/4] Set an un-instanciated variable Signed-off-by: Pierre-Yves Chibon --- diff --git a/pagure/templates/waiting.html b/pagure/templates/waiting.html index b5eabd8..c061c94 100644 --- a/pagure/templates/waiting.html +++ b/pagure/templates/waiting.html @@ -32,7 +32,7 @@ {% block jscripts %} {{ super() }}