Skip to content

Commit

Permalink
70 removes fundament (#72)
Browse files Browse the repository at this point in the history
* wip replacing fundament with bootstrap
* also removed (hopefully) not needed files

* some refactoring, footer update
ToDo: check for icons fas-icons and replace them

* icons, colors, ...

* link to code repo
  • Loading branch information
csae8092 committed Jun 3, 2024
1 parent 42d0c6f commit 8e2d0df
Show file tree
Hide file tree
Showing 18 changed files with 553 additions and 605 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ webpage/migrations/*
# envs

env/
venv/
server.py
s_wsgy.py
.env_dev
Expand Down
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 8e2d0df

Please sign in to comment.