Fix views & update templates

This commit is contained in:
Nyymix 2025-04-11 22:38:20 +03:00
parent 3029eea1a0
commit bd12a0abef
5 changed files with 24 additions and 6 deletions

View file

@ -45,7 +45,8 @@
<a href="{{ album.get_absolute_url }}">{{ album }}</a>
</h3>
<p class="uk-text-small uk-margin-remove-top">
{{ album.album_date|date:"d.m.Y" }} &bull; {{ album.photos_in_album }} photos
{{ album.photos_in_album }} photos &bull;
{{ album.photos_views }} views
</p>
</div>

View file

@ -45,7 +45,8 @@
<a href="{{ album.get_absolute_url }}">{{ album }}</a>
</h3>
<p class="uk-text-small uk-margin-remove-top">
{{ album.album_date|date:"d.m.Y" }} &bull; {{ album.photos_in_album }} photos
{{ album.photos_in_album }} photos &bull;
{{ album.photos_views }} views
</p>
</div>