diff --git a/events/templates/events.html b/events/templates/events.html index 661615b..c2bf9cb 100644 --- a/events/templates/events.html +++ b/events/templates/events.html @@ -69,7 +69,7 @@

{% endif %} {% endfor %} ?cc=best@fredagscafeen.dk&bcc=&subject={{ event.name }}&body=" class="pull-right" target="_top"> - {% translate "Send mail" %} + {% bs_icon 'envelope-at-fill' size='1.0em' %} {% translate "Send mail" %} {% endif %}

diff --git a/items/templates/items.html b/items/templates/items.html index 2da1a2d..334b1cf 100644 --- a/items/templates/items.html +++ b/items/templates/items.html @@ -1,5 +1,7 @@ {% extends 'base.html' %} +{% load bootstrap5 bootstrap_icons %} + {% block content %} {% load static %} @@ -44,12 +46,12 @@

- - - - - - + + + + + + {% if user.is_staff %} @@ -60,7 +62,7 @@

{% get_current_language as LANGUAGE_CODE %} {% for item in items_data %}

- + diff --git a/web/templates/plain_base.html b/web/templates/plain_base.html index 25f2444..ab9a3e0 100644 --- a/web/templates/plain_base.html +++ b/web/templates/plain_base.html @@ -16,7 +16,6 @@ {% include "bootstrap.html" %} -
{% translate "Bryghus" %}{% translate "Navn" %}{% translate "Pris" %}{% translate "Bryghus" %}{% bs_icon 'arrows-collapse' size='1.0em' %}{% translate "Navn" %}{% bs_icon 'arrows-collapse' size='1.0em' %}{% translate "Pris" %}{% bs_icon 'arrows-collapse' size='1.0em' %}
{% if item.brewery_url %}{% endif %}{{ item.brewery|default_if_none:"" }}{% if item.brewery_url %} {% endif %}{% if item.brewery_url %}{% endif %}{{ item.brewery|default_if_none:"" }}{% if item.brewery_url %} {% bs_icon 'box-arrow-up-right' size='1.0em' %}{% endif %} {% if LANGUAGE_CODE == 'da' %}{{ item.name_dk|default_if_none:item.name }}{% else %}{{ item.name|default_if_none:"" }}{% endif %}