Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to put back the RSP portal panel #183

Open
RoyWilliams opened this issue Aug 14, 2024 · 0 comments
Open

How to put back the RSP portal panel #183

RoyWilliams opened this issue Aug 14, 2024 · 0 comments

Comments

@RoyWilliams
Copy link
Contributor

(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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant