Remove button to toggle folders on/off

We don’t need it now that everyone has folders.
This commit is contained in:
Chris Hill-Scott
2019-02-01 12:19:10 +00:00
parent f283edeb12
commit 7905b29d64
4 changed files with 0 additions and 21 deletions

View File

@@ -383,11 +383,6 @@
{{ 'Stop uploading documents' if 'upload_document' in current_service.permissions else 'Allow to upload documents' }}
</a>
</li>
<li class="bottom-gutter">
<a href="{{ url_for('.service_switch_can_edit_folders', service_id=current_service.id) }}" class="button">
{{ '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' }}