mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-03 08:22:18 +02:00
Bug fix
This commit is contained in:
parent
e181d6838e
commit
5a18f8c1f2
1 changed files with 2 additions and 0 deletions
|
@ -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 %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue