diff options
| author | Bobby <[email protected]> | 2025-07-17 18:47:30 +0530 |
|---|---|---|
| committer | Bobby <[email protected]> | 2025-07-17 18:47:30 +0530 |
| commit | 8df8cdd7e1bdefded59d073c14aa74666740be8c (patch) | |
| tree | 0af31475e1a5ffecd04a9fbce3faf5cd6bf80140 /templates/posts/list.django | |
| parent | 3c39a30a53656fa1c51afb30bb8c07f862bd39e2 (diff) | |
| download | imageboard-8df8cdd7e1bdefded59d073c14aa74666740be8c.tar.xz imageboard-8df8cdd7e1bdefded59d073c14aa74666740be8c.zip | |
tags and ratings filter in posts, uploads progress
Diffstat (limited to 'templates/posts/list.django')
| -rw-r--r-- | templates/posts/list.django | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/posts/list.django b/templates/posts/list.django index c476cfa..3603cb7 100644 --- a/templates/posts/list.django +++ b/templates/posts/list.django @@ -16,7 +16,7 @@ <div class="post-id">ID: {{ image.ID }}</div> <div class="post-score">★{{ image.FavouriteCount }}</div> </div> - <div class="post-rating">{{ image.Rating }}</div> + <div class="post-rating {{ image.Rating }}">{{ image.Rating }}</div> <div class="post-tags"> {% for tag in image.Tags %} <span class="post-tag" style="color: {{ tag.Type.Color }};">{{ tag.Name }}</span> |
