fixed space management page template error

This commit is contained in:
vabene1111
2022-04-17 15:03:50 +02:00
parent 47b62aa390
commit 0a0c0b069f

View File

@@ -36,8 +36,7 @@
<li class="list-group-item">
{% trans 'Recipes' %} :
<span class="badge badge-pill badge-info"
>{{ counts.recipes }} / {% if request.space.max_recipes > 0 %} {{ request.space.max_recipes }}{%
else %}∞{% endif %}</span
>{{ counts.recipes }} / {% if request.space.max_recipes > 0 %} {{ request.space.max_recipes }}{% else %}∞{% endif %}</span
>
</li>
<li class="list-group-item">