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