diff --git a/view/app.py b/view/app.py index a9ce493..f8c5836 100644 --- a/view/app.py +++ b/view/app.py @@ -77,6 +77,7 @@ def index(): return render_template('./index.html', diffs=diffs, + page=page, pagination=pagination, diff_count = diff_count, search=search, diff --git a/view/templates/index.html b/view/templates/index.html index 63265a8..6060f11 100644 --- a/view/templates/index.html +++ b/view/templates/index.html @@ -19,18 +19,26 @@ value="Hledat" > Hledat - + - +