removes layout-shift due to typo in menubar

This commit is contained in:
Matthias 2021-05-06 00:37:45 +02:00
parent f9463fa277
commit 1259374822

View File

@ -2,7 +2,7 @@
{% load static %}
{% load i18n %}
{% block menubar %}}
{% block menubar %}
{% include 'part/navbar.html' with tab='sales-prices' %}
{% endblock %}