Update templates

This commit is contained in:
Nyymix 2025-01-13 21:09:29 +02:00
parent 0c00bc20df
commit e19776aae3
9 changed files with 113 additions and 20 deletions

View file

@ -15,5 +15,6 @@
{% block content %}
<h1>{{ photo.slug }}</h1>
<img src="{{ photo.photo.url }}" alt="{{ photo.slug }}" class="height='100%'" />
{% endblock %}