Skip to content

Commit

Permalink
fix informed-governance-project/NISINP#170 disable edition of inciden…
Browse files Browse the repository at this point in the history
…t reference only for BE theme
  • Loading branch information
jerolomb committed Sep 4, 2024
1 parent a8313b0 commit cd8f843
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions templates/incidents_base.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,13 +116,7 @@ <h3>{% translate "Reported incidents" %}</h3>
{{incident.incident_notification_date|date:"d M Y, H:i" }}
</td>
<td class="table-group-divider"> <!-- Reference -->
{% block content_table_incident_id %}
{% for field in incident.formsStatus %}
{% if field.name == "incident_id" %}
{% bootstrap_field field show_label=False wrapper_class="m-0" %}
{% endif %}
{% endfor %}
{% endblock %}
{{incident.incident_id}}
</td>
<td class="table-group-divider"> <!-- Regulation or Regulator(observer case) -->
{% block content_table_regulation_or_regulator %}
Expand Down

0 comments on commit cd8f843

Please sign in to comment.