mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 00:07:02 -04:00
flash up prompt when archiving a service
same way as we do when deleting templates (also rename button from deactivate -> archive)
This commit is contained in:
@@ -101,7 +101,7 @@
|
||||
{% if current_service.active %}
|
||||
<li class="bottom-gutter">
|
||||
<a href="{{ url_for('.deactivate_service', service_id=current_service.id) }}" class="button">
|
||||
Deactivate service
|
||||
Archive service
|
||||
</a>
|
||||
</li>
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user