Merge pull request #2643 from alphagov/dont-count-pages-api-message-log

Don't request pagination links for API Message log page
This commit is contained in:
Chris Hill-Scott
2019-01-09 12:27:35 +00:00
committed by GitHub
3 changed files with 25 additions and 22 deletions

View File

@@ -83,7 +83,7 @@
{% endfor %}
{% if api_notifications.notifications %}
<div class="api-notifications-item">
{% if api_notifications.links %}
{% if api_notifications.notifications|length == 50 %}
<p class="api-notifications-item-meta">
Only showing the first 50 messages.
</p>