From 7b7d36edfac799253ad8f917cbe9eab557484ad5 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Sep 28 2017 09:34:18 +0000 Subject: Make the waiting_post prettier Signed-off-by: Pierre-Yves Chibon --- diff --git a/pagure/templates/waiting_post.html b/pagure/templates/waiting_post.html index 95612c6..0937774 100644 --- a/pagure/templates/waiting_post.html +++ b/pagure/templates/waiting_post.html @@ -3,38 +3,81 @@ {% block title %}Waiting{% endblock %} {% block content %} - -

- Waiting -

- -

- We are waiting for your task to finish. -

- - {% 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 %}