fix: hide free text fields by default

Script was missing from Organisation and Relationship forms

Resolves #114
This commit is contained in:
James Graham
2021-05-09 15:17:11 +01:00
parent 7f01bff993
commit e7542e70a5
4 changed files with 46 additions and 38 deletions

View File

@@ -51,3 +51,7 @@
<hr>
{% endblock %}
{% block extra_script %}
<script async defer src="{% static 'js/hide_free_text.js' %}"></script>
{% endblock %}