This commit is contained in:
ismail 2025-05-05 19:17:23 +03:00
parent 957619e434
commit 82eb770a89
2 changed files with 2 additions and 3 deletions

3
.gitignore vendored
View File

@ -19,8 +19,7 @@ def_venv
# Backup files #
*.bak
play.sh
git-sync.sh
# If you are using PyCharm #
# User-specific stuff
.idea/**/workspace.xml

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="{% url 'car_detail' car.pk %}">{{ _("Export") }}</a>
<a class="dropdown-item" href="#!">{{ _("Export") }}</a>
</div>
</div>
</td>