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 %} {% endblock %}
{% block script %} {% block script %}
{% if not session.no_find_more %}
<script> <script>
var other_props = {{ other_props | tojson }}; var other_props = {{ other_props | tojson }};
</script> </script>
<script src="{{ url_for('static', filename='vue/vue.js') }}"></script> <script src="{{ url_for('static', filename='vue/vue.js') }}"></script>
<script src="{{ url_for('static', filename='js/next.js') }}"></script> <script src="{{ url_for('static', filename='js/next.js') }}"></script>
{% endif %}
{% endblock %} {% endblock %}