Fix browse index.

This commit is contained in:
Edward Betts 2019-09-27 15:35:26 +01:00
parent f7f29ad1fb
commit 8fa23e5e19
3 changed files with 7 additions and 8 deletions

View file

@ -19,7 +19,7 @@
|
<a href="{{ url_for('random_painting') }}">switch to another painting</a>
|
<a href="{{ url_for('browse_index') }}">browse paintings</a>
<a href="{{ url_for('browse_page') }}">browse paintings</a>
</p>

View file

@ -6,7 +6,7 @@
<div class="m-3">
<h1>{{ self.title() }}</h1>
<p><a href="{{ url_for('browse_index') }}">back to index</a></p>
<p><a href="{{ url_for('browse_page') }}">back to index</a></p>
<p>Sort order:
{% if order == 'name' %}