diff --git a/tom_alerts/brokers/alerce.py b/tom_alerts/brokers/alerce.py index 75de0636e..c498a2ab7 100644 --- a/tom_alerts/brokers/alerce.py +++ b/tom_alerts/brokers/alerce.py @@ -132,8 +132,8 @@ def __init__(self, *args, **kwargs): self.helper.layout = Layout( HTML('''

- Please see the ALeRCE homepage for information about the ALeRCE - filters. + Please see the ALeRCE homepage for information + about the ALeRCE filters. '''), self.common_layout, 'oid', diff --git a/tom_alerts/brokers/antares.py b/tom_alerts/brokers/antares.py index e1fb76362..ea34e2ab6 100644 --- a/tom_alerts/brokers/antares.py +++ b/tom_alerts/brokers/antares.py @@ -11,7 +11,7 @@ def __init__(self, *args, **kwargs): HTML('''

This plugin is a stub for the ANTARES plugin. In order to install the full plugin, please see the - instructions here. + instructions here.

'''), HTML('''Back''') diff --git a/tom_alerts/brokers/gaia.py b/tom_alerts/brokers/gaia.py index 4b6587aab..93fa43c8a 100644 --- a/tom_alerts/brokers/gaia.py +++ b/tom_alerts/brokers/gaia.py @@ -30,8 +30,8 @@ def __init__(self, *args, **kwargs): self.helper.layout = Layout( HTML('''

- Please see the Gaia homepage for a detailed - description of this broker. + Please see the Gaia homepage + for a detailed description of this broker. '''), self.common_layout, Fieldset( diff --git a/tom_alerts/brokers/hermes.py b/tom_alerts/brokers/hermes.py index 05b8da233..86ff755c0 100644 --- a/tom_alerts/brokers/hermes.py +++ b/tom_alerts/brokers/hermes.py @@ -11,7 +11,7 @@ def __init__(self, *args, **kwargs): HTML('''

This plugin is a stub for the Hermes Broker plugin. In order to install the full plugin, please see the - instructions here. + instructions here.

'''), HTML('''Back''') diff --git a/tom_alerts/brokers/lasair.py b/tom_alerts/brokers/lasair.py index 239c03205..a2b666e3a 100644 --- a/tom_alerts/brokers/lasair.py +++ b/tom_alerts/brokers/lasair.py @@ -27,8 +27,8 @@ def __init__(self, *args, **kwargs): self.helper.layout = Layout( HTML('''

- Please see the Lasair website for more detailed - instructions on querying the broker. + Please see the Lasair website for + more detailed instructions on querying the broker. '''), self.common_layout, Fieldset( diff --git a/tom_alerts/brokers/scout.py b/tom_alerts/brokers/scout.py index 4f7b0de26..c0af7e301 100644 --- a/tom_alerts/brokers/scout.py +++ b/tom_alerts/brokers/scout.py @@ -18,8 +18,8 @@ def __init__(self, *args, **kwargs): self.helper.layout = Layout( HTML('''

- Please see the Scout API Reference - for a detailed description of the service. + Please see the Scout API + Reference for a detailed description of the service.

'''), self.common_layout, diff --git a/tom_alerts/brokers/tns.py b/tom_alerts/brokers/tns.py index 9e33e6329..dc37bc772 100644 --- a/tom_alerts/brokers/tns.py +++ b/tom_alerts/brokers/tns.py @@ -44,8 +44,8 @@ def __init__(self, *args, **kwargs): self.helper.layout = Layout( HTML('''

- Please see - the TNS API Manual for a detailed description of available filters. + Please see the TNS API Manual for a detailed description of available filters.

'''), self.common_layout, diff --git a/tom_common/templates/tom_common/index.html b/tom_common/templates/tom_common/index.html index 93efe1501..475bdafd3 100644 --- a/tom_common/templates/tom_common/index.html +++ b/tom_common/templates/tom_common/index.html @@ -9,7 +9,7 @@

Congratulations! Welcome to your new TOM.

Next steps

Other Resources

diff --git a/tom_observations/facilities/lco.py b/tom_observations/facilities/lco.py index 93c429661..7d038281e 100644 --- a/tom_observations/facilities/lco.py +++ b/tom_observations/facilities/lco.py @@ -30,27 +30,27 @@ class LCOSettings(OCSSettings): # Override them as desired for a specific OCS implementation. end_help = """ Try the - + Target Visibility Calculator. """ instrument_type_help = """ - + More information about LCO instruments. """ max_airmass_help = """ Advice on - + setting the airmass limit. """ exposure_time_help = """ Try the - + online Exposure Time Calculator. """ @@ -75,7 +75,7 @@ class LCOSettings(OCSSettings): static_cadencing_help = """ Static cadence parameters. Leave blank if no cadencing is desired. For information on static cadencing with LCO, - + check the Observation Portal getting started guide, starting on page 27. """ diff --git a/tom_observations/facilities/lt.py b/tom_observations/facilities/lt.py index 328b8cb59..9aa90a867 100644 --- a/tom_observations/facilities/lt.py +++ b/tom_observations/facilities/lt.py @@ -12,7 +12,7 @@ def __init__(self, *args, **kwargs): HTML('''

This plugin is a stub for the Liverpool Telescope plugin. In order to install the full plugin, please - see the instructions here. + see the instructions here.

'''), HTML(f'''Back''') diff --git a/tom_observations/facilities/ocs.py b/tom_observations/facilities/ocs.py index 6f55e420d..568ac9e25 100644 --- a/tom_observations/facilities/ocs.py +++ b/tom_observations/facilities/ocs.py @@ -36,13 +36,13 @@ class OCSSettings(): # Override them as desired for a specific OCS implementation. ipp_value_help = """ Value between 0.5 to 2.0. - + More information about Intra Proprosal Priority (IPP). """ observation_mode_help = """ - + More information about Rapid Response mode. """ diff --git a/tom_observations/templates/tom_observations/partials/facility_status.html b/tom_observations/templates/tom_observations/partials/facility_status.html index 05ba477e6..621741421 100644 --- a/tom_observations/templates/tom_observations/partials/facility_status.html +++ b/tom_observations/templates/tom_observations/partials/facility_status.html @@ -19,7 +19,7 @@ {{ site.code }} {{ telescope.code }} {{ telescope.status }} - link + link {% endfor %} {% endfor %}