This commit is contained in:
zandercymatics 2024-04-23 11:54:16 -06:00
parent e181d6838e
commit 5a18f8c1f2
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -5,6 +5,8 @@
{% block field_readonly %}
{% if field.field.name == "state" %}
<div class="readonly">{{ domain_state }}</div>
{% else %}
<div class="readonly">{{ field.contents }}</div>
{% endif %}
{% endblock %}