page nav for photo gallery

This commit is contained in:
Rupus Reinefjord 2018-01-12 00:19:34 +01:00
parent a528892ac8
commit 15b1d3999a
4 changed files with 28 additions and 2 deletions

View file

@ -28,5 +28,6 @@
<a href="{{ url_for('view_photo', photo_id=prev.id) }}" class="nav-item prev">Previous &rarr;</a>
{% endif %}
{% endif %}
</nav>
</main>
{% endblock %}