Skip to content

Commit ea4c1ca

Browse files
fix template
1 parent ca7c49e commit ea4c1ca

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

dojo/templates/dojo/celery_status.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<div class="row">
77
<h3>Celery Status</h3>
88
<br>
9-
{% if show_celery_status %}
109
<div id="celery-status-panel" class="col-md-5">
1110
<div class="panel panel-default">
1211
<div class="panel-heading">
@@ -104,13 +103,11 @@ <h4>Celery Settings</h4>
104103
</div>
105104
</div>
106105
</div>
107-
{% endif %}
108106
</div>
109107
{% endblock content %}
110108

111109
{% block postscript %}
112110
{{ block.super }}
113-
{% if show_celery_status %}
114111
<script>
115112
(function() {
116113
var purgeUrl = "{% url 'celery-queue-purge' %}";
@@ -305,5 +302,4 @@ <h4>Celery Settings</h4>
305302
});
306303
})();
307304
</script>
308-
{% endif %}
309305
{% endblock %}

0 commit comments

Comments
 (0)