This commit is contained in:
ismail 2025-05-05 19:04:35 +03:00
parent 50aa70b0e8
commit 957619e434
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -18,6 +18,7 @@ scripts/dsrpipe.py
def_venv
# Backup files #
*.bak
play.sh
# If you are using PyCharm #

View File

@ -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>