rating and comment system complete

This commit is contained in:
JakeBreath
2026-08-05 12:25:59 -05:00
parent 26e9179be4
commit aed6a7c24d
9 changed files with 407 additions and 1 deletions
@@ -21,6 +21,7 @@
<span class="pack-card-version"><i class="fas fa-tag"></i> {{ latest.version_name|default:"no versions" }}</span>
{% endwith %}
<span class="pack-card-downloads"><i class="fas fa-download"></i> {{ project.downloads }}</span>
<span class="pack-card-rating"><i class="fas fa-thumbs-up"></i> {{ project.rating_score }}</span>
</div>
</div>
</a>