Basic user setting
This commit is contained in:
parent
478d9c6806
commit
7ca90b2006
2 changed files with 11 additions and 0 deletions
|
|
@ -19,6 +19,9 @@
|
|||
<a href="{{ url_for('browse_page') }}">browse paintings</a>
|
||||
</p>
|
||||
|
||||
{% if session.no_find_more %}
|
||||
<p>find more disabled</p>
|
||||
{% else %}
|
||||
{% raw %}
|
||||
|
||||
<div id="app">
|
||||
|
|
@ -37,6 +40,7 @@
|
|||
|
||||
</div>
|
||||
{% endraw %}
|
||||
{% endif %}
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue