We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca7c49e commit ea4c1caCopy full SHA for ea4c1ca
1 file changed
dojo/templates/dojo/celery_status.html
@@ -6,7 +6,6 @@
6
<div class="row">
7
<h3>Celery Status</h3>
8
<br>
9
- {% if show_celery_status %}
10
<div id="celery-status-panel" class="col-md-5">
11
<div class="panel panel-default">
12
<div class="panel-heading">
@@ -104,13 +103,11 @@ <h4>Celery Settings</h4>
104
103
</div>
105
106
107
- {% endif %}
108
109
{% endblock content %}
110
111
{% block postscript %}
112
{{ block.super }}
113
114
<script>
115
(function() {
116
var purgeUrl = "{% url 'celery-queue-purge' %}";
@@ -305,5 +302,4 @@ <h4>Celery Settings</h4>
305
302
});
306
303
})();
307
304
</script>
308
309
{% endblock %}
0 commit comments