fix title cap for shop

sync_v2
Raz 6 months ago
parent 762b79200a
commit 900bf9865a
  1. 2
      shop/templates/shop/partials/navigation_base.html

@ -8,5 +8,5 @@
{% else %} {% else %}
<a href="{% url 'custom-login' %}">Se connecter</a> <a href="{% url 'custom-login' %}">Se connecter</a>
{% endif %} {% endif %}
<a href="{% url 'shop:product_list' %}">La Boutique</a> <a href="{% url 'shop:product_list' %}">La boutique</a>
</nav> </nav>

Loading…
Cancel
Save