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:
Leo Hemsted
2016-11-08 14:33:53 +00:00
parent a982144821
commit 7a48e25dbb
3 changed files with 22 additions and 6 deletions

View File

@@ -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 %}