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,12 +182,12 @@ | ||
182 | title="Send the data to a connected SAMP hub, such as TOPCAT."> | 182 | title="Send the data to a connected SAMP hub, such as TOPCAT."> |
183 | SAMP | 183 | SAMP |
184 | </button> | 184 | </button> |
185 | -#} | ||
186 | <button id="email_alert" | 185 | <button id="email_alert" |
187 | class="mdl-button mdl-button--raised mdl-button--primary" | 186 | class="mdl-button mdl-button--raised mdl-button--primary" |
188 | title="Set an alert to receive an email when the data validates pre-defined conditions." | 187 | title="Set an alert to receive an email when the data validates pre-defined conditions." |
189 | data-href="http://alerts-psws.irap.omp.eu/tao"> | 188 | data-href="http://alerts-psws.irap.omp.eu/tao"> |
190 | Alert | 189 | Alert |
190 | +#} | ||
191 | </button> | 191 | </button> |
192 | {% endif %} | 192 | {% endif %} |
193 | 193 |