Skip to content

Commit

Permalink
Update home.html
Browse files Browse the repository at this point in the history
  • Loading branch information
villanueval committed May 14, 2024
1 parent 2ab1eb7 commit c0dc427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web_app/templates/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<li class="list-group-item active flex-fill" style="font-size:x-large;"><strong>Images Captured:</strong> {{ summary_stats.images_captured }}</li>
<!-- <li class="list-group-item active flex-fill" style="font-size:x-large;"><strong>Public Images:</strong> {{ summary_stats.images_public }}</li> -->
<li class="list-group-item active flex-fill" style="font-size:x-large;"><strong>Digitization Projects:</strong> {{ summary_stats.digitization_projects }}</li>
<li class="list-group-item active flex-fill" style="font-size:x-large;"><strong>Active Projects:</strong> {{ summary_stats.active_projects }}</li>
<!-- <li class="list-group-item active flex-fill" style="font-size:x-large;"><strong>Active Projects:</strong> {{ summary_stats.active_projects }}</li> -->
</ul>

{% else %}
Expand Down

0 comments on commit c0dc427

Please sign in to comment.