aboutsummaryrefslogtreecommitdiffstats
path: root/jm2l/templates
diff options
context:
space:
mode:
Diffstat (limited to 'jm2l/templates')
-rw-r--r--jm2l/templates/index.mako4
-rw-r--r--jm2l/templates/index_profil.mako4
2 files changed, 4 insertions, 4 deletions
diff --git a/jm2l/templates/index.mako b/jm2l/templates/index.mako
index fb53150..7b24413 100644
--- a/jm2l/templates/index.mako
+++ b/jm2l/templates/index.mako
@@ -21,7 +21,7 @@ ${vars(user_id)}
% if paginator.items:
- ${paginator.pager()}
+ ${paginator.pager() | n}
<h2>Blog entries</h2>
@@ -34,7 +34,7 @@ ${vars(user_id)}
% endfor
</ul>
- ${paginator.pager()}
+ ${paginator.pager() | n}
% else:
diff --git a/jm2l/templates/index_profil.mako b/jm2l/templates/index_profil.mako
index 87667a4..ec12831 100644
--- a/jm2l/templates/index_profil.mako
+++ b/jm2l/templates/index_profil.mako
@@ -102,7 +102,7 @@ user_id = authenticated_userid(request)
% if paginator.items:
- ${paginator.pager()}
+ ${paginator.pager() | n}
<h2>Blog entries</h2>
@@ -115,7 +115,7 @@ user_id = authenticated_userid(request)
% endfor
</ul>
- ${paginator.pager()}
+ ${paginator.pager() | n}
% else: