diff --git a/tom_alerts/brokers/alerce.py b/tom_alerts/brokers/alerce.py index 75de0636..c498a2ab 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 e1fb7636..ea34e2ab 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 4b6587aa..93fa43c8 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 05b8da23..86ff755c 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 239c0320..a2b666e3 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 4f7b0de2..c0af7e30 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 9e33e632..dc37bc77 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 93efe150..475bdafd 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