You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(1) in file webserver/lasair/apps/object/templates/object/object_detail.html
after line 38 add the lines
{% if user.is_authenticated %}
<div class="col-12 col-xl-6 mb-4">
{% include "includes/widgets/widget_object_rsp.html" %}
</div>
{% endif %}
(2) in file webserver/lasair/templates/includes/widgets/widget_object_rsp.html
change the API links where it has dp02_dc2_catalogs to whatever the right database is
The text was updated successfully, but these errors were encountered:
(1) in file
webserver/lasair/apps/object/templates/object/object_detail.html
after line 38 add the lines
(2) in file
webserver/lasair/templates/includes/widgets/widget_object_rsp.html
change the API links where it has
dp02_dc2_catalogs
to whatever the right database isThe text was updated successfully, but these errors were encountered: