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