update
This commit is contained in:
parent
50aa70b0e8
commit
957619e434
1
.gitignore
vendored
1
.gitignore
vendored
@ -18,6 +18,7 @@ scripts/dsrpipe.py
|
||||
def_venv
|
||||
# Backup files #
|
||||
*.bak
|
||||
play.sh
|
||||
|
||||
|
||||
# If you are using PyCharm #
|
||||
|
||||
@ -165,7 +165,7 @@
|
||||
<button class="btn btn-sm dropdown-toggle dropdown-caret-none transition-none btn-reveal fs-10" type="button" data-bs-toggle="dropdown" data-boundary="window" aria-haspopup="true" aria-expanded="false" data-bs-reference="parent"><span class="fas fa-ellipsis-h fs-10"></span></button>
|
||||
<div class="dropdown-menu dropdown-menu-end py-2">
|
||||
<a class="dropdown-item" href="{% url 'car_detail' car.pk %}">{{ _("View") }}</a>
|
||||
<a class="dropdown-item" href="#!">{{ _("Export") }}</a>
|
||||
<a class="dropdown-item" href="{% url 'car_detail' car.pk %}">{{ _("Export") }}</a>
|
||||
</div>
|
||||
</div>
|
||||
</td>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user