We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70bc1c2 commit 7ca4342Copy full SHA for 7ca4342
netbox/templates/core/rq_task.html
@@ -6,7 +6,7 @@
6
7
{% block breadcrumbs %}
8
<li class="breadcrumb-item"><a href="{% url 'core:background_queue_list' %}">{% trans 'Background Tasks' %}</a></li>
9
- <li class="breadcrumb-item"><a href="{% url 'core:background_task_list' queue_index=queue_index status=job.get_status %}">{{ queue.name }}</a></li>
+ <li class="breadcrumb-item"><a href="{% url 'core:background_task_list' queue_index=queue_index status=job.get_status.value %}">{{ queue.name }}</a></li>
10
{% endblock breadcrumbs %}
11
12
{% block title %}{% trans "Job" %} {{ job.id }}{% endblock %}
0 commit comments