Skip to content

Commit

Permalink
icons, colors, ...
Browse files Browse the repository at this point in the history
  • Loading branch information
csae8092 committed Jun 3, 2024
1 parent 67763f4 commit 444c9a4
Show file tree
Hide file tree
Showing 6 changed files with 420 additions and 372 deletions.
4 changes: 2 additions & 2 deletions vocabs/templates/vocabs/skoscollection_detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ <h2 style="text-align: center;">
{% if user.is_authenticated %}
<small>
<a href="{% url 'vocabs:skoscollection_update' pk=object.id %}">
<i class="far fa-edit" title="edit"></i>
<i class="bi bi-pencil-square"></i>
</a>
</small>
|
<small>
<a href="{% url 'vocabs:skoscollection_delete' pk=object.id %}">
<i class="far fa-trash-alt" title="delete"></i>
<i class="bi bi-trash3"></i>
</a>
</small>
{% endif %}
Expand Down
Loading

0 comments on commit 444c9a4

Please sign in to comment.