This commit is contained in:
parent
1cdc75e241
commit
d2a4013c7e
@ -79,7 +79,7 @@
|
|||||||
<aside class="ds-chat-pane">
|
<aside class="ds-chat-pane">
|
||||||
<div class="ds-chat-head">Ask the research</div>
|
<div class="ds-chat-head">Ask the research</div>
|
||||||
{% if chat_ws_url %}
|
{% if chat_ws_url %}
|
||||||
<dp-deepsearch-chat data-uid="{{ uid }}" data-chat-ws="{{ chat_ws_url }}"></dp-deepsearch-chat>
|
<dp-deepsearch-chat uid="{{ uid }}" chat-ws="{{ chat_ws_url }}"></dp-deepsearch-chat>
|
||||||
{% else %}
|
{% else %}
|
||||||
<p class="ds-chat-pending">Chat opens once the research finishes.</p>
|
<p class="ds-chat-pending">Chat opens once the research finishes.</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user