Restrict DD guidance to teams who can use it

Document download is in private beta, which means most teams using
Notify can’t see or use it.

We shouldn’t confuse people by showing them this guidance, especially
while it’s API-only.
This commit is contained in:
Chris Hill-Scott
2018-09-03 16:21:42 +01:00
parent 80070797f4
commit 891ae95d2b

View File

@@ -31,7 +31,9 @@
{% include "partials/templates/guidance-personalisation.html" %}
{% include "partials/templates/guidance-optional-content.html" %}
{% include "partials/templates/guidance-links.html" %}
{% include "partials/templates/guidance-send-a-document.html" %}
{% if current_service.has_permission('upload_document') %}
{% include "partials/templates/guidance-send-a-document.html" %}
{% endif %}
</aside>
</div>
</form>