Add: link to edit for quick access to increase attempts
This commit is contained in:
parent
d236f3a14a
commit
3aa887c5a4
@ -21,6 +21,12 @@
|
|||||||
<span class="input-group-text" id="inputGroup-sizing-sm"><i class="bi bi-key"></i></span>
|
<span class="input-group-text" id="inputGroup-sizing-sm"><i class="bi bi-key"></i></span>
|
||||||
<!--Token attempts-->
|
<!--Token attempts-->
|
||||||
<span class="input-group-text" id="inputGroup-sizing-sm">
|
<span class="input-group-text" id="inputGroup-sizing-sm">
|
||||||
|
<a
|
||||||
|
href="{% url 'collector:update' ticket.platform.name ticket.number %}"
|
||||||
|
data-bs-toggle="tooltip"
|
||||||
|
data-bs-placement="top"
|
||||||
|
data-bs-title="Attempts for upload archive"
|
||||||
|
>
|
||||||
<span
|
<span
|
||||||
class="badge
|
class="badge
|
||||||
{% if ticket.attempts <= 0 %}
|
{% if ticket.attempts <= 0 %}
|
||||||
@ -31,6 +37,7 @@
|
|||||||
bg-primary
|
bg-primary
|
||||||
{% endif %} rounded-pill">{{ ticket.attempts }}
|
{% endif %} rounded-pill">{{ ticket.attempts }}
|
||||||
</span>
|
</span>
|
||||||
|
</a>
|
||||||
</span>
|
</span>
|
||||||
<input
|
<input
|
||||||
name="ticket-token"
|
name="ticket-token"
|
||||||
|
Loading…
Reference in New Issue
Block a user