Fix browse index.
This commit is contained in:
parent
f7f29ad1fb
commit
8fa23e5e19
3 changed files with 7 additions and 8 deletions
|
|
@ -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>
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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' %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue