hide requests link in workspace view

This commit is contained in:
dandds 2019-01-07 14:42:18 -05:00
parent 3415436f54
commit 3612fcca6c

View File

@ -54,9 +54,11 @@
{% endif %} {% endif %}
<a href="{{ url_for('requests.requests_form_new', screen=1) }}" class='menu__button usa-button'> {% if config.get("REQUESTS_WORKFLOW") %}
{{ "navigation.topbar.request_workspace_link_text" | translate }} <a href="{{ url_for('requests.requests_form_new', screen=1) }}" class='menu__button usa-button'>
</a> {{ "navigation.topbar.request_workspace_link_text" | translate }}
</a>
{% endif %}
</div> </div>
</template> </template>
</div> </div>