Browse Source

fix: show pagination if it is present

Zubarev Grigoriy 7 months ago
parent
commit
886bd7d26b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/rural_dict/templates/index.html

+ 1 - 1
src/rural_dict/templates/index.html

@@ -45,6 +45,6 @@
       {% endif %}
     </div>
     <br />
-    {% endfor %} {{ pagination|safe }}
+    {% endfor %} {% if pagination %}{{ pagination|safe }} {% endif %}
   </body>
 </html>