Display total count of photos obtained via Flickr mail
Show the total number of successful Flickr mail requests on the home page, not just the count of recent uploads displayed. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
a2d29d7937
commit
d59e67b55d
2 changed files with 25 additions and 15 deletions
|
|
@ -18,7 +18,7 @@
|
|||
{% if recent_uploads is defined and recent_uploads and not name %}
|
||||
<div class="mt-4">
|
||||
<h5>Recent uploads to Wikimedia Commons</h5>
|
||||
<p class="text-muted small">Photos obtained via Flickr mail requests</p>
|
||||
<p class="text-muted small">{{ total_uploads }} photos obtained via Flickr mail requests</p>
|
||||
<div class="row row-cols-1 row-cols-md-2 row-cols-lg-3 g-3">
|
||||
{% for upload in recent_uploads %}
|
||||
<div class="col">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue