mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 08:16:51 -04:00
Stop checking for upload_document permission
All services have the `upload_document` permission now, so we don't need to check for it on the email formatting page. This also deletes a test which is not needed now.
This commit is contained in:
@@ -36,9 +36,7 @@
|
||||
{% include "partials/templates/guidance-personalisation.html" %}
|
||||
{% include "partials/templates/guidance-optional-content.html" %}
|
||||
{% include "partials/templates/guidance-links.html" %}
|
||||
{% if current_service.has_permission('upload_document') %}
|
||||
{% include "partials/templates/guidance-send-a-document.html" %}
|
||||
{% endif %}
|
||||
{% include "partials/templates/guidance-send-a-document.html" %}
|
||||
</div>
|
||||
</div>
|
||||
{% endcall %}
|
||||
|
||||
Reference in New Issue
Block a user