Add media folder size to admin template

This commit is contained in:
Nyymix 2025-09-18 10:31:58 +03:00
parent 21e5b8a676
commit 376482e965
4 changed files with 37 additions and 4 deletions

View file

@ -45,7 +45,7 @@
<strong>{{ counts.2 }}</strong>&nbsp;
<a href="{% url 'gallery:photos_url' %}">
{% blocktrans count photo_count=counts.2 %}photo{% plural %}photos{% endblocktrans %}
</a>
</a> ( {{ counts.3 }} GB )
</p>
</div>