Skip to content

Commit

Permalink
fix: Utilise le bon template pour la pagination des notifs. (#3855)
Browse files Browse the repository at this point in the history
Closes #3841
  • Loading branch information
GerardPaligot authored and vhf committed Oct 16, 2016
1 parent 0a53efe commit e19d169
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/notification/followed.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@


{% block content %}
{% include "misc/pagination.part.html" with position="top" %}
{% include "misc/paginator.html" with position="top" %}

<div class="notification-list navigable-list">
{% for notification in notifications %}
Expand All @@ -48,5 +48,5 @@ <h4 class="notification-title" itemprop="itemListElement">{{ notification.title
{% endfor %}
</div>

{% include "misc/pagination.part.html" with position="bottom" %}
{% include "misc/paginator.html" with position="bottom" %}
{% endblock %}

0 comments on commit e19d169

Please sign in to comment.