From 4d31afed754b1889feda7cfca2ffbc30ee3e2383 Mon Sep 17 00:00:00 2001 From: Will-Cooper Date: Fri, 20 Oct 2023 16:45:36 +0100 Subject: [PATCH] point solo result issue opening link to the missing_data template rather than missing_source --- simple_app/templates/solo_result.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/simple_app/templates/solo_result.html b/simple_app/templates/solo_result.html index 8e68f3d..4d9946a 100644 --- a/simple_app/templates/solo_result.html +++ b/simple_app/templates/solo_result.html @@ -16,7 +16,7 @@

Are we missing any expected data? Please open an - + issue!

{% if everything.sources %} @@ -63,7 +63,7 @@

Photometry

No Photometry for {{ query|safe }} in the SIMPLE Archive. If some exists and should be ingested, please open an - issue. + issue.

{% endif %}
@@ -83,7 +83,7 @@

Spectra

No Spectra for {{ query|safe }} in the SIMPLE Archive. If some exist and should be ingested, please open an - issue. + issue.

{% endif %} @@ -100,7 +100,7 @@

Spectral Types

No Spectral Types for {{ query|safe }} in the SIMPLE Archive. If some exist and should be ingested, please open an - issue. + issue.

{% endif %} @@ -117,7 +117,7 @@

Radial Velocities

No Radial Velocities for {{ query|safe }} in the SIMPLE Archive. If some exist and should be ingested, please open an - issue. + issue.

{% endif %} @@ -134,7 +134,7 @@

Parallaxes

No Parallaxes for {{ query|safe }} in the SIMPLE Archive. If some exist and should be ingested, please open an - issue. + issue.

{% endif %} @@ -151,7 +151,7 @@

Proper Motions

No Proper Motions for {{ query|safe }} in the SIMPLE Archive. If some exist and should be ingested, please open an - issue. + issue.

{% endif %} @@ -168,7 +168,7 @@

Gravities

No Gravities for {{ query|safe }} in the SIMPLE Archive. If some exists and should be ingested, please open an - issue. + issue.

{% endif %} @@ -185,7 +185,7 @@

Companion Relationships

No Companion Relationships for {{ query|safe }} in the SIMPLE Archive. If some exists and should be ingested, please open an - issue. + issue.

{% endif %}