Changed deactivate service to archive service.

need to deploy https://github.com/alphagov/notifications-api/pull/808 first
This commit is contained in:
Rebecca Law
2017-01-31 09:54:51 +00:00
parent 53561c8a82
commit 6d883b59ad
4 changed files with 15 additions and 15 deletions

View File

@@ -111,7 +111,7 @@
</li>
{% if current_service.active %}
<li class="bottom-gutter">
<a href="{{ url_for('.deactivate_service', service_id=current_service.id) }}" class="button">
<a href="{{ url_for('.archive_service', service_id=current_service.id) }}" class="button">
Archive service
</a>
</li>