Update template
This commit is contained in:
parent
f68db77e82
commit
8e459f9b3f
1 changed files with 3 additions and 2 deletions
|
@ -18,8 +18,9 @@
|
|||
<p class="uk-text-light uk-text-lead">{{ album.location }}</p>
|
||||
<p class="uk-text-lighter">
|
||||
{{ album.album_date|date:"d.m.Y" }} •
|
||||
{{ album.photos_in_album }} photos •
|
||||
{{ album.photos_views }} views
|
||||
{% blocktrans count photo_count=album.photos_in_album %}{{ photo_count }} photo{% plural %}{{ photo_count }} photos{% endblocktrans %}
|
||||
•
|
||||
{% blocktrans count view_count=album.photos_views %}{{ view_count }} view{% plural %}{{ view_count }} views{% endblocktrans %}
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue