Fix pagination controls, move mixin to common app, fix pagination invocation on all views, and other random bug fixes

This commit is contained in:
badblocks 2025-04-01 23:01:05 -07:00
parent 7edefe23c3
commit 6a61b79bbe
425 changed files with 51656 additions and 243 deletions

View file

@ -1,6 +1,6 @@
{% load trade_offer_tags %}
{% if trade_offers %}
<div class="flex flex-col">
<div class="grid grid-cols-1 md:grid-cols-2 gap-4">
{% for offer in trade_offers %}
<div class="mb-4">
{% render_trade_offer offer %}