mirror of
https://github.com/partitioncloud/partitioncloud-server.git
synced 2025-01-23 09:16:25 +01:00
Fix html
This commit is contained in:
parent
7841612299
commit
ec1d2bfb7e
@ -37,7 +37,7 @@
|
||||
<div id="partitions-grid">
|
||||
{% for partition in partitions | reverse %}
|
||||
<div>
|
||||
<a href="/{{ album.uuid }}/{{ partition['uuid'] }}">
|
||||
<a href="/albums/{{ album.uuid }}/{{ partition['uuid'] }}">
|
||||
<div class="partition" id="partition-{{ partition['uuid'] }}">
|
||||
<img class="partition-thumbnail" src="/static/thumbnails/{{ partition['uuid'] }}.jpg">
|
||||
<div class="partition-description">
|
||||
|
Loading…
Reference in New Issue
Block a user