Prior to merging omni_search.py and sample_search.py

This commit is contained in:
lwark
2024-11-18 09:53:03 -06:00
parent 3d6a42b36f
commit 506aac80c1
13 changed files with 162 additions and 73 deletions

View File

@@ -71,7 +71,7 @@
{% endif %}
{% endblock %}
{% block signing_button %}
{% if signing_permission %}
{% if permission %}
<button type="button" id="sign_btn">Sign Off</button>
{% endif %}
{% endblock %}