hide requests link in workspace view
This commit is contained in:
parent
3415436f54
commit
3612fcca6c
@ -54,9 +54,11 @@
|
||||
|
||||
{% endif %}
|
||||
|
||||
<a href="{{ url_for('requests.requests_form_new', screen=1) }}" class='menu__button usa-button'>
|
||||
{{ "navigation.topbar.request_workspace_link_text" | translate }}
|
||||
</a>
|
||||
{% if config.get("REQUESTS_WORKFLOW") %}
|
||||
<a href="{{ url_for('requests.requests_form_new', screen=1) }}" class='menu__button usa-button'>
|
||||
{{ "navigation.topbar.request_workspace_link_text" | translate }}
|
||||
</a>
|
||||
{% endif %}
|
||||
</div>
|
||||
</template>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user