diff --git a/templates/panel/campaigns/results.html b/templates/panel/campaigns/results.html index 53a6f54..0c0080a 100644 --- a/templates/panel/campaigns/results.html +++ b/templates/panel/campaigns/results.html @@ -64,7 +64,9 @@ {% endfor %} - Next > + {% if payload.next_page %} + Next > + {% endif %} {% endblock body %}