Add service setting switch to choose postage per template

This commit is contained in:
Pea Tyczynska
2018-12-27 17:29:21 +00:00
parent 50935e79ca
commit 97058d3c5b
4 changed files with 26 additions and 0 deletions

View File

@@ -380,6 +380,11 @@
{{ 'Stop editing folders' if 'edit_folders' in current_service.permissions else 'Allow to edit folders' }}
</a>
</li>
<li class="bottom-gutter">
<a href="{{ url_for('.service_switch_can_choose_postage', service_id=current_service.id) }}" class="button">
{{ 'Stop choosing postage per template' if 'choose_postage' in current_service.permissions else 'Allow to choose postage per template' }}
</a>
</li>
{% if current_service.active %}
<li class="bottom-gutter">
<a href="{{ url_for('.archive_service', service_id=current_service.id) }}" class="button">