Don't find more if disabled.

This commit is contained in:
Edward Betts 2019-10-04 13:37:40 +01:00
parent 7ca90b2006
commit 924b7a0818

View file

@ -51,9 +51,11 @@
{% endblock %}
{% block script %}
{% if not session.no_find_more %}
<script>
var other_props = {{ other_props | tojson }};
</script>
<script src="{{ url_for('static', filename='vue/vue.js') }}"></script>
<script src="{{ url_for('static', filename='js/next.js') }}"></script>
{% endif %}
{% endblock %}