mirror of
https://github.com/Radiquum/photos.git
synced 2025-04-05 15:54:31 +00:00
feat/admin: add description to grid view on home page
This commit is contained in:
parent
01124ba834
commit
54356276db
1 changed files with 3 additions and 0 deletions
|
@ -78,6 +78,9 @@
|
|||
<p>{{ object.date }}</p>
|
||||
<p>{{ object.width }} x {{ object.height }}</p>
|
||||
</div>
|
||||
<p>
|
||||
{{ object.alt or "WARNING: NO ALT!" }}
|
||||
</p>
|
||||
{% if object.urls %}
|
||||
<div class="flex gap-2 flex-wrap">
|
||||
<p>urls:</p>
|
||||
|
|
Loading…
Add table
Reference in a new issue