update
This commit is contained in:
parent
957619e434
commit
82eb770a89
3
.gitignore
vendored
3
.gitignore
vendored
@ -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
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user