mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-15 07:18:58 -04:00
Fix data retention page
This commit is contained in:
@@ -29,12 +29,13 @@
|
|||||||
By default data is kept for 7 days
|
By default data is kept for 7 days
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="user-list">
|
|
||||||
{% if not current_service.data_retention %}
|
{% if not current_service.data_retention %}
|
||||||
|
<div class="user-list">
|
||||||
<div class="user-list-item">
|
<div class="user-list-item">
|
||||||
<span class="hint">You have not added any data retention</span>
|
<p class="govuk-body user-list-item-blank hint">You have not added any data retention</p>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
</div>
|
||||||
|
{% else %}
|
||||||
{% call mapping_table(
|
{% call mapping_table(
|
||||||
caption='Data retention',
|
caption='Data retention',
|
||||||
field_headings=['Label', 'Value', 'Action'],
|
field_headings=['Label', 'Value', 'Action'],
|
||||||
@@ -50,6 +51,6 @@
|
|||||||
|
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endcall %}
|
{% endcall %}
|
||||||
</div>
|
{% endif %}
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
Reference in New Issue
Block a user