hide requests link in workspace view
This commit is contained in:
parent
3415436f54
commit
3612fcca6c
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user