mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-09 16:18:00 -05:00
fixed space management page template error
This commit is contained in:
@@ -36,8 +36,7 @@
|
|||||||
<li class="list-group-item">
|
<li class="list-group-item">
|
||||||
{% trans 'Recipes' %} :
|
{% trans 'Recipes' %} :
|
||||||
<span class="badge badge-pill badge-info"
|
<span class="badge badge-pill badge-info"
|
||||||
>{{ counts.recipes }} / {% if request.space.max_recipes > 0 %} {{ request.space.max_recipes }}{%
|
>{{ counts.recipes }} / {% if request.space.max_recipes > 0 %} {{ request.space.max_recipes }}{% else %}∞{% endif %}</span
|
||||||
else %}∞{% endif %}</span
|
|
||||||
>
|
>
|
||||||
</li>
|
</li>
|
||||||
<li class="list-group-item">
|
<li class="list-group-item">
|
||||||
|
|||||||
Reference in New Issue
Block a user