Просмотр исходного кода

fix: show pagination if it is present

Zubarev Grigoriy 7 месяцев назад
Родитель
Сommit
886bd7d26b
1 измененных файлов с 1 добавлено и 1 удалено
  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>