Apply suggestions from code review

Co-Authored-By: Chris Hill-Scott <me@quis.cc>
This commit is contained in:
Pea (Malgorzata Tyczynska)
2019-05-28 17:20:30 +01:00
committed by GitHub
parent 4fd9e91993
commit a0c21baca9

View File

@@ -14,8 +14,8 @@
<span class='loading-indicator'>This can take a minute</span>
</p>
<p>
<a href="{{ url_for('main.service_verify_reply_to_address', service_id=service_id, notification_id=notification_id, is_default=is_default, replace=replace) }}"">Refresh</a>
<p class="js-hidden">
<a href="{{ url_for('main.service_verify_reply_to_address', service_id=service_id, notification_id=notification_id, is_default=is_default, replace=replace) }}">Refresh</a>
</p>
{% elif verification_status == "success" %}
{{ banner("{} is ready to use".format(reply_to_email_address), type='default', with_tick=True) }}