Add views to template
This commit is contained in:
parent
bd12a0abef
commit
559070fa8c
1 changed files with 5 additions and 1 deletions
|
@ -16,7 +16,11 @@
|
|||
<div class="uk-overlay uk-position-center uk-light uk-text-center">
|
||||
<h1 class="uk-text-light">{{ album.name }}</h1>
|
||||
<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 </p>
|
||||
<p class="uk-text-lighter">
|
||||
{{ album.album_date|date:"d.m.Y" }} •
|
||||
{{ album.photos_in_album }} photos •
|
||||
{{ album.photos_views }} views
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
|
Loading…
Add table
Reference in a new issue