Commit e1119a7763f0bb785a903af9f024e529eda2a20e
1 parent
fd0f94e9
Exists in
rhitier-dev
Remove Alert button
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
web/view/home.html.jinja2
... | ... | @@ -182,12 +182,12 @@ |
182 | 182 | title="Send the data to a connected SAMP hub, such as TOPCAT."> |
183 | 183 | SAMP |
184 | 184 | </button> |
185 | -#} | |
186 | 185 | <button id="email_alert" |
187 | 186 | class="mdl-button mdl-button--raised mdl-button--primary" |
188 | 187 | title="Set an alert to receive an email when the data validates pre-defined conditions." |
189 | 188 | data-href="http://alerts-psws.irap.omp.eu/tao"> |
190 | 189 | Alert |
190 | +#} | |
191 | 191 | </button> |
192 | 192 | {% endif %} |
193 | 193 | ... | ... |