From e19d169dcd6060383b54e9f378288839b9202412 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9rard=20Paligot?= Date: Sun, 16 Oct 2016 20:13:58 +0200 Subject: [PATCH] fix: Utilise le bon template pour la pagination des notifs. (#3855) Closes #3841 --- templates/notification/followed.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/notification/followed.html b/templates/notification/followed.html index 4751cbb437..8b5072a9f9 100644 --- a/templates/notification/followed.html +++ b/templates/notification/followed.html @@ -22,7 +22,7 @@ {% block content %} - {% include "misc/pagination.part.html" with position="top" %} + {% include "misc/paginator.html" with position="top" %} - {% include "misc/pagination.part.html" with position="bottom" %} + {% include "misc/paginator.html" with position="bottom" %} {% endblock %}